php-src/Zend/tests/gc_034.phpt
2015-02-22 00:22:20 +08:00

12 lines
183 B
PHP

--TEST--
GC 034: GC in request shutdown and resource list destroy
--FILE--
<?php
/* run with valgrind */
$a = array(fopen(__FILE__, 'r'));
$a[] = &$a;
?>
==DONE==
--EXPECT--
==DONE==