php-src/tests/classes/__call_002.phpt
2017-01-30 22:50:25 +01:00

14 lines
205 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