1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

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