--TEST-- GC 037: gc_status() --INI-- zend.enable_gc = 1 --FILE-- --EXPECTF-- array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(%f) ["collector_time"]=> float(%f) ["destructor_time"]=> float(%f) ["free_time"]=> float(%f) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(1) ["collected"]=> int(1) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(0) ["application_time"]=> float(%f) ["collector_time"]=> float(%f) ["destructor_time"]=> float(%f) ["free_time"]=> float(%f) }