This test needs gc enabled

This commit is contained in:
Rasmus Lerdorf 2012-02-05 06:09:22 +00:00
parent 30f63e4152
commit fe802ac2ad

View file

@ -1,5 +1,7 @@
--TEST-- --TEST--
Bug #60139 (Anonymous functions create cycles not detected by the GC) Bug #60139 (Anonymous functions create cycles not detected by the GC)
--INI--
zend.enable_gc=1
--FILE-- --FILE--
<?php <?php
class Foo { class Foo {