| Current Path : /hdd/hdd12/install/php/php-7.4.32/tests/classes/ |
| Current File : //hdd/hdd12/install/php/php-7.4.32/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