--TEST--
Bug #63734 (Garbage collector can free zvals that are still referenced)
+--INI--
+zend.enable_gc = 1
--FILE--
<?php
class C {
--TEST--
Bug #69446 (GC leak relating to removal of nested data after dtors run)
+--INI--
+zend.enable_gc = 1
--FILE--
<?php
$bar = NULL;
--TEST--
Bug #69446 (GC leak relating to removal of nested data after dtors run)
+--INI--
+zend.enable_gc = 1
--FILE--
<?php
$bar = NULL;
--TEST--
Bug #69534 (Cycle leaks through declared properties on internal classes)
+--INI--
+zend.enable_gc = 1
--FILE--
<?php
class Node extends SplObjectStorage {
--TEST--
Bug #70805 (Segmentation faults whilst running Drupal 8 test suite) (Crash)
+--INI--
+zend.enable_gc = 1
--FILE--
<?php
class A {
--TEST--
Bug #70805 (Segmentation faults whilst running Drupal 8 test suite) (Memleak)
+--INI--
+zend.enable_gc = 1
--FILE--
<?php
class A {
--TEST--
Bug #71818 (Memory leak when array altered in destructor)
+--INI--
+zend.enable_gc = 1
--FILE--
<?php
class MemoryLeak