summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_unserialize.phpt
blob: dc6aa171a7b458a5849985a7501a6076a9a4f011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
__unserialize declaration
--FILE--
<?php
class Foo {
	static function __unserialize($data, $value) {}
}
?>
--EXPECTF--
Warning: The magic method Foo::__unserialize() must have public visibility and cannot be static in %s on line %d

Fatal error: Method Foo::__unserialize() must take exactly 1 argument in %s on line %d