--TEST-- GC 037: gc_status() --INI-- zend.enable_gc = 1 --FILE-- --EXPECT-- array(4) { ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["roots"]=> int(1) } array(4) { ["runs"]=> int(1) ["collected"]=> int(1) ["threshold"]=> int(10001) ["roots"]=> int(0) }