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