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

11 lines
260 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