diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-06-05 21:05:07 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-06-05 21:05:07 +0400 |
commit | e4581fd6b85cc4a2966d9df98ce0ce74405d58fc (patch) | |
tree | 336fa84fbfa4f9a2169eb8f4819b6354945616f8 | |
parent | 1593d942e7991c25d0fa08caefb9dce2dd127ef7 (diff) | |
download | php-git-e4581fd6b85cc4a2966d9df98ce0ce74405d58fc.tar.gz |
GC doesn't count scalars and immutable arrays in the same way
-rw-r--r-- | Zend/tests/gc_029.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/gc_029.phpt b/Zend/tests/gc_029.phpt index edd231760c..18fef3c7d7 100644 --- a/Zend/tests/gc_029.phpt +++ b/Zend/tests/gc_029.phpt @@ -34,4 +34,4 @@ unset($bar); var_dump(gc_collect_cycles()); ?> --EXPECT-- -int(2) +int(3) |