ru_php/Zend/tests/magic_methods/magic_methods_wakeup.phpt

11 lines
205 B
Plaintext
Raw Permalink Normal View History

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