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