diff options
| author | Marcus Boerger <helly@php.net> | 2002-11-22 10:44:36 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2002-11-22 10:44:36 +0000 |
| commit | 4e78286eafc19a516eb8d234b9eff530513bffc3 (patch) | |
| tree | 5e1f7cffba65f27fba8199520a12848d02aff2b5 /tests/classes/abstract.phpt | |
| parent | 714a5be6ccea1bddb3e8d3a31fa520cb8b744f71 (diff) | |
| download | php-git-4e78286eafc19a516eb8d234b9eff530513bffc3.tar.gz | |
Update error message and say 'method' instead of 'function'
Diffstat (limited to 'tests/classes/abstract.phpt')
| -rw-r--r-- | tests/classes/abstract.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/abstract.phpt b/tests/classes/abstract.phpt index 365e5f2862..6c8f67ce03 100644 --- a/tests/classes/abstract.phpt +++ b/tests/classes/abstract.phpt @@ -1,5 +1,5 @@ --TEST-- -An abstrcat function may not be called +An abstrcat method may not be called --SKIPIF-- <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?> --FILE-- @@ -26,4 +26,4 @@ echo "Done\n"; // shouldn't be displayed of cause --EXPECTF-- Call to function show() -Fatal error: Cannot call abstract method show() in %s on line %d
\ No newline at end of file +Fatal error: Cannot call abstract method fail::show() in %s on line %d |
