diff options
Diffstat (limited to 'Zend/tests/errmsg_026.phpt')
-rw-r--r-- | Zend/tests/errmsg_026.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/errmsg_026.phpt b/Zend/tests/errmsg_026.phpt index 1954122900..90fa87d4f1 100644 --- a/Zend/tests/errmsg_026.phpt +++ b/Zend/tests/errmsg_026.phpt @@ -9,4 +9,4 @@ class stdclass { echo "Done\n"; ?> --EXPECTF-- -Fatal error: Cannot redeclare class stdclass in %s on line %d +Fatal error: Cannot declare class stdclass, because the name is already in use in %s on line %d |