]> granicus.if.org Git - php/commitdiff
fix test name
authorAntony Dovgal <tony2001@php.net>
Tue, 10 Apr 2007 21:16:56 +0000 (21:16 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 10 Apr 2007 21:16:56 +0000 (21:16 +0000)
ext/standard/tests/general_functions/bug40398.phpt

index 46eed6153daf7edeee3d547c17e3b2208db022e7..ab3cc2a2be323ff23d5151a8d020d5ccc2dd331b 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug: #40398 (parent and self callback functions erroneously called statically)
+Bug #40398 (parent and self callback functions erroneously called statically)
 --FILE--
 <?php
 
@@ -87,4 +87,4 @@ Base::__construct(5)
 
 Strict Standards: Non-static method Base::__construct() cannot be called statically, assuming $this from compatible context Derived_6 in %sbug40398.php on line %d
 Base::__construct(6)
-===DONE===
\ No newline at end of file
+===DONE===