php-src/Zend/tests/errmsg_029.phpt

13 lines
198 B
Plaintext
Raw Normal View History

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