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