]> granicus.if.org Git - php/commitdiff
Update error message and say 'method' instead of 'function'
authorMarcus Boerger <helly@php.net>
Fri, 22 Nov 2002 10:44:36 +0000 (10:44 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 22 Nov 2002 10:44:36 +0000 (10:44 +0000)
tests/classes/abstract.phpt

index 365e5f2862eefbb73f449304061b3934ca2d61c8..6c8f67ce0309aef70dbab272dc1eef45838d90ac 100644 (file)
@@ -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