]> granicus.if.org Git - php/commitdiff
WS
authorIlia Alshanetsky <iliaa@php.net>
Wed, 9 Apr 2008 23:35:19 +0000 (23:35 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 9 Apr 2008 23:35:19 +0000 (23:35 +0000)
Zend/tests/gc_013.phpt
Zend/tests/gc_014.phpt
Zend/tests/gc_015.phpt

index 1f75df3be2590cc30fc5b20dde816cac491568af..ddfa0e6ba53a5f09f817178e0d5a116990e69574 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-GC  013: Too many cycles in one array
+GC 013: Too many cycles in one array
 --FILE--
 <?php
 $a = array();
index a9d30f15929a4b3b461ac14802838787d9a3fd6e..8167880f9cddfbf1b8a3d359d0b7f8d07e2e1d88 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-GC  014: Too many cycles in one object
+GC 014: Too many cycles in one object
 --FILE--
 <?php
 $a = new stdClass();
index 76db51e7fde1465a4e037d3e8d41a252a5ce3352..be3c5eb9dbcf80b39e327029bb8e5fca8db8e103 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-GC  015: Object as root of cycle
+GC 015: Object as root of cycle
 --FILE--
 <?php
 $a = new stdClass();