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