1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +02:00
Files
archived-php-src/Zend/tests/magic_methods_serialize.phpt
2020-05-12 17:00:11 +02:00

13 lines
282 B
PHP

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