diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2010-03-03 17:53:15 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2010-03-03 17:53:15 +0000 |
| commit | 6a037fde9d3889f25884866b8006cd0e38055dad (patch) | |
| tree | ae6f4a0f0e54234e12ef9e0d53e995c39d976aa9 /Zend/tests/gc_016.phpt | |
| parent | 58e7da4400c3acfd76b1436a34fc64d4da1a18db (diff) | |
| download | php-git-6a037fde9d3889f25884866b8006cd0e38055dad.tar.gz | |
Turn on gc before we test it
Diffstat (limited to 'Zend/tests/gc_016.phpt')
| -rw-r--r-- | Zend/tests/gc_016.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/gc_016.phpt b/Zend/tests/gc_016.phpt index 6d6a363070..f1e14dab1a 100644 --- a/Zend/tests/gc_016.phpt +++ b/Zend/tests/gc_016.phpt @@ -1,5 +1,7 @@ --TEST-- GC 016: nested GC calls +--INI-- +zend.enable_gc=1 --FILE-- <?php class Foo { |
