These tests rely on gc being enabled

This commit is contained in:
Rasmus Lerdorf 2017-01-10 11:57:59 -05:00
parent 87f7113130
commit 4f4a7f89ae
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
--TEST--
GC 035: Lost inner-cycles garbage
--INI--
zend.enable_gc = 1
--FILE--
<?php
class A {

View File

@ -1,5 +1,7 @@
--TEST--
Verify yield from on generators being properly cycle collected
--INI--
zend.enable_gc = 1
--FILE--
<?php