php-src/Zend/tests/errmsg_028.phpt

13 lines
191 B
Plaintext
Raw Normal View History

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