php-src/Zend/tests/magic_methods_set_state.phpt

15 lines
225 B
Plaintext
Raw Normal View History

--TEST--
Testing __set_state() declaration with wrong modifier
--FILE--
<?php
class Foo {
function __set_state()
{
}
}
?>
--EXPECTF--
Warning: The magic method Foo::__set_state() must be static in %s on line %d