1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
Files
archived-php-src/Zend/tests/magic_methods_014.phpt
T
2020-08-02 01:29:56 +02:00

11 lines
245 B
PHP

--TEST--
__unset first parameter should be a string when typed
--FILE--
<?php
class Foo {
function __unset(array $name) {}
}
?>
--EXPECTF--
Fatal error: Foo::__unset(): Parameter #1 ($name) must be of type string when declared in %s on line %d