php-src/Zend/tests/magic_methods_013.phpt
2020-08-02 01:29:56 +02:00

11 lines
249 B
PHP

--TEST--
__isset first parameter should be a string when typed
--FILE--
<?php
class Foo {
function __isset(\stdClass $name) {}
}
?>
--EXPECTF--
Fatal error: Foo::__isset(): Parameter #1 ($name) must be of type string when declared in %s on line %d