Your IP : 216.73.216.48


Current Path : /hdd/hdd12/install/php/php-7.4.32/tests/classes/
Upload File :
Current File : //hdd/hdd12/install/php/php-7.4.32/tests/classes/__call_002.phpt

--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