Home
last modified time | relevance | path

Searched refs:gc_status (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/Zend/tests/
H A Dgc_037.phpt2 GC 037: gc_status()
10 var_dump(gc_status());
13 var_dump(gc_status());
H A Dgh13670_001.phpt29 $defaultThreshold = gc_status()['threshold'];
40 $st = gc_status();
H A Dgh13670_002.phpt50 $defaultThreshold = gc_status()['threshold'];
63 $st = gc_status();
H A Dgh13670_003.phpt50 $defaultThreshold = gc_status()['threshold'];
65 $st = gc_status();
H A Dgc_045.phpt46 var_dump(gc_status());
/PHP-8.3/Zend/
H A Dzend_builtin_functions.stub.php200 function gc_status(): array {} function
H A Dzend_builtin_functions_arginfo.h278 ZEND_FUNCTION(gc_status);
341 ZEND_FE(gc_status, arginfo_gc_status)
H A Dzend_builtin_functions.c133 ZEND_FUNCTION(gc_status) in ZEND_FUNCTION() argument
/PHP-8.3/
H A DUPGRADING234 . gc_status() has added the following 8 fields:
H A DNEWS877 . Expose time spent collecting cycles in gc_status(). (Arnaud)

Completed in 18 milliseconds