php-src/Zend/tests/errmsg_026.phpt

13 lines
169 B
Plaintext
Raw Normal View History

2007-02-02 12:53:54 +00:00
--TEST--
errmsg: cannot redeclare class
--FILE--
<?php
class stdclass {
}
echo "Done\n";
?>
--EXPECTF--
Fatal error: Cannot redeclare class stdclass in %s on line %d