summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_sleep.phpt
blob: 593d8fc037bf4284e31473d31a1cd47a24bb7036 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
__sleep cannot take arguments
--FILE--
<?php
class Foo {
	public function __sleep(string $name) {}
}
?>
--EXPECTF--
Fatal error: Method Foo::__sleep() cannot take arguments in %s on line %d