php-src/tests/classes/__call_002.phpt
2020-02-03 22:52:20 +01:00

14 lines
211 B
PHP

--TEST--
ZE2 __call() signature check
--FILE--
<?php
class Test {
function __call() {
}
}
?>
--EXPECTF--
Fatal error: Method Test::__call() must take exactly 2 arguments in %s__call_002.php on line %d