php-src/Zend/tests/magic_methods_019.phpt
2020-08-02 01:29:56 +02:00

11 lines
257 B
PHP

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