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