xref: /PHP-7.4/Zend/tests/gc_034.phpt (revision 078340b5)
1--TEST--
2GC 034: GC in request shutdown and resource list destroy
3--FILE--
4<?php
5/* run with valgrind */
6$a = array(fopen(__FILE__, 'r'));
7$a[] = &$a;
8?>
9==DONE==
10--EXPECT--
11==DONE==
12