ru_php/Zend/tests/magic_methods/magic_methods_serialize.phpt

11 lines
202 B
Plaintext
Raw Permalink Normal View History

--TEST--
__serialize declaration
--FILE--
<?php
class Foo {
static function __serialize($arguments) {}
}
?>
--EXPECTF--
Fatal error: Method Foo::__serialize() cannot take arguments in %s on line %d