summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_012.phpt
blob: 450c7b229577ace64755f3618f3e86841f711c72 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
__get first parameter should be a string when typed
--FILE--
<?php
class Foo {
    function __get(int $name) {}
}
?>
--EXPECTF--
Fatal error: Foo::__get(): Parameter #1 ($name) must be of type string when declared in %s on line %d