php-src/Zend/tests/magic_methods_set_state.phpt
Gabriel Caruso 34c460f329
Check __set_state structure
Fix Bug #79521.

Closes GH-5462.
2020-04-28 17:02:03 +02:00

15 lines
225 B
PHP

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