php-8.0.30-src/Zend/tests/magic_methods_018.phpt

11 lines
284 B
PHP

--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