interface_optional_arg_003.inc   [plain text]


<?php 
interface I {
  function f($a = null);
}