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

11 lines
256 B
PHP

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