diff options
Diffstat (limited to 'Zend/tests/errmsg_026.phpt')
-rw-r--r-- | Zend/tests/errmsg_026.phpt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Zend/tests/errmsg_026.phpt b/Zend/tests/errmsg_026.phpt new file mode 100644 index 0000000..1954122 --- /dev/null +++ b/Zend/tests/errmsg_026.phpt @@ -0,0 +1,12 @@ +--TEST-- +errmsg: cannot redeclare class +--FILE-- +<?php + +class stdclass { +} + +echo "Done\n"; +?> +--EXPECTF-- +Fatal error: Cannot redeclare class stdclass in %s on line %d |