ru_php/Zend/tests/errmsg/errmsg_028.phpt

13 lines
193 B
PHP

--TEST--
errmsg: cannot use "self" as class name
--FILE--
<?php
class self {
}
echo "Done\n";
?>
--EXPECTF--
Fatal error: Cannot use "self" as a class name as it is reserved in %s on line %d