summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_015.phpt
blob: d5e93c9ef074ed87b14ea9c78189a1b309650dba (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