]> granicus.if.org Git - php/commitdiff
Better naming
authorMarcus Boerger <helly@php.net>
Sun, 24 Nov 2002 16:07:34 +0000 (16:07 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 24 Nov 2002 16:07:34 +0000 (16:07 +0000)
tests/classes/static_mix_1.phpt
tests/classes/static_mix_2.phpt

index 47950b31650d52644ac752cbe1275137e6519c52..729b83384fda5ed133365c34958479a5ba8dfc9e 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-You cannot overload astatic methods with a non static methods
+You cannot overload a static method with a non static method
 --SKIPIF--
 <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
 --FILE--
@@ -21,6 +21,6 @@ pass::show();
 fail::show();
 
 echo "Done\n"; // shouldn't be displayed of cause
-?>
+?>                                                            
 --EXPECTF--
 Fatal error: Cannot make static method pass::show() non static in class fail in %s on line %d
\ No newline at end of file
index 949b9a1b8d6bfc6ee1c5a304829fe4653721b110..c6e386dc97d81cf049a5132f3ae622d3e3113098 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-You cannot overload a non static methods with a static methods
+You cannot overload a non static method with a static method
 --SKIPIF--
 <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
 --FILE--