__call_002.phpt 211 B

12345678910111213
  1. --TEST--
  2. ZE2 __call() signature check
  3. --FILE--
  4. <?php
  5. class Test {
  6. function __call() {
  7. }
  8. }
  9. ?>
  10. --EXPECTF--
  11. Fatal error: Method Test::__call() must take exactly 2 arguments in %s__call_002.php on line %d