summaryrefslogtreecommitdiff
path: root/Zend/tests/gc_034.phpt
blob: 2b0bd3798f75be279248f8709cf77a71419a5370 (plain)
1
2
3
4
5
6
7
8
9
10
11
--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==