diff options
author | Marcus Boerger <helly@php.net> | 2002-12-07 23:33:41 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-12-07 23:33:41 +0000 |
commit | 90d9299e51389729ed131e070f18987cbd00543e (patch) | |
tree | 4b8c9159f3e8460609aac76eaa2ae5a65261381c /tests | |
parent | f01fa3e02e7cdbb455943c4e85da83a3a77b0aab (diff) | |
download | php-git-90d9299e51389729ed131e070f18987cbd00543e.tar.gz |
Updated error message
Diffstat (limited to 'tests')
-rw-r--r-- | tests/classes/abstract_redeclare.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/abstract_redeclare.phpt b/tests/classes/abstract_redeclare.phpt index da037f0861..132ab94711 100644 --- a/tests/classes/abstract_redeclare.phpt +++ b/tests/classes/abstract_redeclare.phpt @@ -19,4 +19,4 @@ echo "Done\n"; // Shouldn't be displayed ?> --EXPECTF-- -Fatal error: Cannot redeclare pass::show() abstract in class fail in %s on line %d +Fatal error: Cannot make non abstract method pass::show() abstract in class fail in %s on line %d |