summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_013.phpt
blob: 95614779d5666e0630a0c8be55f64af91386366d (plain)
1
2
3
4
5
6
7
8
9
10
--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