summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_019.phpt
blob: f0a5fabff29d7989fd09b4a8854082a9b2e1b6c1 (plain)
1
2
3
4
5
6
7
8
9
10
--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