php-8.0.30-src/Zend/tests/magic_methods_sleep.phpt

11 lines
202 B
PHP

--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