php-src/Zend/tests/errmsg_031.phpt

13 lines
217 B
Plaintext
Raw Normal View History

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