diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2008-04-09 23:35:19 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2008-04-09 23:35:19 +0000 |
commit | 4534cd68074a9efa144cd9be8276b00b4586c854 (patch) | |
tree | 39ed6413fb7dd248c119d8f71a6a78a6a06b710f /Zend/tests/gc_014.phpt | |
parent | cfc1756221b2a7f5364b6bdeed14c154d5be660d (diff) | |
download | php-git-4534cd68074a9efa144cd9be8276b00b4586c854.tar.gz |
WS
Diffstat (limited to 'Zend/tests/gc_014.phpt')
-rw-r--r-- | Zend/tests/gc_014.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/gc_014.phpt b/Zend/tests/gc_014.phpt index a9d30f1592..8167880f9c 100644 --- a/Zend/tests/gc_014.phpt +++ b/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(); |