php-src/Zend/tests/errmsg_030.phpt

13 lines
212 B
Plaintext
Raw Normal View History

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