Searched refs:gc_status (Results 1 – 10 of 10) sorted by relevance
2 GC 037: gc_status()10 var_dump(gc_status());13 var_dump(gc_status());
29 $defaultThreshold = gc_status()['threshold'];40 $st = gc_status();
50 $defaultThreshold = gc_status()['threshold'];63 $st = gc_status();
50 $defaultThreshold = gc_status()['threshold'];65 $st = gc_status();
46 var_dump(gc_status());
200 function gc_status(): array {} function
278 ZEND_FUNCTION(gc_status);341 ZEND_FE(gc_status, arginfo_gc_status)
133 ZEND_FUNCTION(gc_status) in ZEND_FUNCTION() argument
234 . gc_status() has added the following 8 fields:
1104 . Expose time spent collecting cycles in gc_status(). (Arnaud)
Completed in 16 milliseconds