| Current Path : /hdd/hdd21/main/php/php-7.3.1/Zend/tests/ |
| Current File : //hdd/hdd21/main/php/php-7.3.1/Zend/tests/gc_034.phpt |
--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==