php-src/Zend/tests/magic_methods_unserialize.phpt

11 lines
218 B
Plaintext
Raw Normal View History

--TEST--
__unserialize declaration
--FILE--
<?php
class Foo {
static function __unserialize($data, $value) {}
}
?>
--EXPECTF--
Fatal error: Method Foo::__unserialize() must take exactly 1 argument in %s on line %d