Ilia Alshanetsky 18 years ago
parent
commit
4534cd6807
  1. 2
      Zend/tests/gc_013.phpt
  2. 2
      Zend/tests/gc_014.phpt
  3. 2
      Zend/tests/gc_015.phpt

2
Zend/tests/gc_013.phpt

@ -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();

2
Zend/tests/gc_014.phpt

@ -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();

2
Zend/tests/gc_015.phpt

@ -1,5 +1,5 @@
--TEST--
GC 015: Object as root of cycle
GC 015: Object as root of cycle
--FILE--
<?php
$a = new stdClass();

Loading…
Cancel
Save