summaryrefslogtreecommitdiff
path: root/tests/classes/interface_optional_arg_003.inc
blob: 27b3350da05026a852e731a6df9eb44476d9f865 (plain)
1
2
3
4
<?php 
interface I {
  function f($a = null);
}