]> granicus.if.org Git - php/commitdiff
fix test description
authorAntony Dovgal <tony2001@php.net>
Tue, 20 Dec 2005 17:00:24 +0000 (17:00 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 20 Dec 2005 17:00:24 +0000 (17:00 +0000)
Zend/tests/bug26077.phpt

index fa154655bfca878c03c319ad2d44fb1f1ca2f4eb..dc7686e0a6fe354a32baf2f3d329bd15f53427b0 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #26077     Memory leaks when creating an instance of an object
+Bug #26077 (Memory leaks when creating an instance of an object)
 --FILE--
 <?php
 class foo {} new foo();