diff options
author | Rasmus Lerdorf <rasmus@lerdorf.com> | 2015-01-24 16:05:42 -0800 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@lerdorf.com> | 2015-01-24 16:06:18 -0800 |
commit | 388624d35940952b6dc79ccef9f85014ef3fa550 (patch) | |
tree | c5b4dee3545d0aab112d52897e2e946c8076d361 /Zend/tests/constant_arrays.phpt | |
parent | 6093c9370b943f7ba69ee74288ffedc29acd8f92 (diff) | |
download | php-git-388624d35940952b6dc79ccef9f85014ef3fa550.tar.gz |
These tests all have intentional circular references
and they will leak and cause failures unless gc is enabled
Diffstat (limited to 'Zend/tests/constant_arrays.phpt')
-rw-r--r-- | Zend/tests/constant_arrays.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/constant_arrays.phpt b/Zend/tests/constant_arrays.phpt index 5bb8717604..46a0f9252e 100644 --- a/Zend/tests/constant_arrays.phpt +++ b/Zend/tests/constant_arrays.phpt @@ -1,5 +1,7 @@ --TEST-- Constant arrays +--INI-- +zend.enable_gc=1 --FILE-- <?php |