summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2012-02-05 06:09:22 +0000
committerRasmus Lerdorf <rasmus@php.net>2012-02-05 06:09:22 +0000
commitfe802ac2adb0a29a2b857d5efbf6d40beed6c3e7 (patch)
tree9ab033103350d7258c205172af6039d53f4e906c
parent30f63e4152f19bf2a7ab44d01cfa539ea0ec4b20 (diff)
downloadphp-git-fe802ac2adb0a29a2b857d5efbf6d40beed6c3e7.tar.gz
This test needs gc enabled
-rw-r--r--Zend/tests/bug60139.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/bug60139.phpt b/Zend/tests/bug60139.phpt
index e429fe2b03..2465b0e0a5 100644
--- a/Zend/tests/bug60139.phpt
+++ b/Zend/tests/bug60139.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #60139 (Anonymous functions create cycles not detected by the GC)
+--INI--
+zend.enable_gc=1
--FILE--
<?php
class Foo {