cvs: ZendEngine2(PHP_5_3) /tests gc_013.phpt gc_014.phpt gc_015.phpt
[email protected] ("Ilia Alshanetsky")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvsiliaa1207784120@cvsserver> |
iliaa Wed Apr 9 23:35:20 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2/tests gc_013.phpt gc_014.phpt gc_015.phpt
Log:
WS
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/gc_013.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: ZendEngine2/tests/gc_013.phpt
diff -u ZendEngine2/tests/gc_013.phpt:1.1.2.1 ZendEngine2/tests/gc_013.phpt:1.1.2.2
--- ZendEngine2/tests/gc_013.phpt:1.1.2.1 Tue Jan 22 09:27:48 2008
+++ ZendEngine2/tests/gc_013.phpt Wed Apr 9 23:35:19 2008
@@ -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();
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/gc_014.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: ZendEngine2/tests/gc_014.phpt
diff -u ZendEngine2/tests/gc_014.phpt:1.1.2.1 ZendEngine2/tests/gc_014.phpt:1.1.2.2
--- ZendEngine2/tests/gc_014.phpt:1.1.2.1 Tue Jan 22 09:27:48 2008
+++ ZendEngine2/tests/gc_014.phpt Wed Apr 9 23:35:19 2008
@@ -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();
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/gc_015.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: ZendEngine2/tests/gc_015.phpt
diff -u ZendEngine2/tests/gc_015.phpt:1.1.2.1 ZendEngine2/tests/gc_015.phpt:1.1.2.2
--- ZendEngine2/tests/gc_015.phpt:1.1.2.1 Tue Jan 22 09:27:48 2008
+++ ZendEngine2/tests/gc_015.phpt Wed Apr 9 23:35:19 2008
@@ -1,5 +1,5 @@
--TEST--
-GC 015: Object as root of cycle
+GC 015: Object as root of cycle
--FILE--
<?php
$a = new stdClass();