Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/php/php-7.3.1/tests/classes/
Upload File :
Current File : //hdd/hdd21/main/php/php-7.3.1/tests/classes/__set__get_002.phpt

--TEST--
ZE2 __get() signature check
--FILE--
<?php
class Test {
	function __get($x,$y) {
	}
}

?>
--EXPECTF--
Fatal error: Method Test::__get() must take exactly 1 argument in %s__set__get_002.php on line %d