Home
last modified time | relevance | path

Searched refs:stats (Results 51 – 59 of 59) sorted by relevance

123

/PHP-8.0/ext/standard/tests/file/
H A Dlstat_stat_variation18.phpt5 /* test for stats of dir/file when their names are stored in objects */
H A Dlstat_stat_variation19.phpt5 /* test for stats of dir/file when their names are stored in an array */
H A Dlstat_stat_variation20.phpt12 /* test for stats of link when their names are stored in object and array */
H A Dstat_variation7-win32.phpt12 /* test the stats of dir/file when their names are stored in objects */
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c242 zval stats; in zend_jit_status() local
243 array_init(&stats); in zend_jit_status()
244 add_assoc_bool(&stats, "enabled", JIT_G(enabled)); in zend_jit_status()
245 add_assoc_bool(&stats, "on", JIT_G(on)); in zend_jit_status()
246 add_assoc_long(&stats, "kind", JIT_G(trigger)); in zend_jit_status()
247 add_assoc_long(&stats, "opt_level", JIT_G(opt_level)); in zend_jit_status()
248 add_assoc_long(&stats, "opt_flags", JIT_G(opt_flags)); in zend_jit_status()
250 add_assoc_long(&stats, "buffer_size", (char*)dasm_end - (char*)dasm_buf); in zend_jit_status()
253 add_assoc_long(&stats, "buffer_size", 0); in zend_jit_status()
254 add_assoc_long(&stats, "buffer_free", 0); in zend_jit_status()
[all …]
/PHP-8.0/sapi/fpm/
H A Dphp-fpm.conf.in134 ; used in logs and stats. There is no limitation on the number of pools which
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd.h255 PHPAPI void _mysqlnd_get_client_stats(MYSQLND_STATS * stats, zval *return_value ZEND_FILE_LINE_DC…
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt143 // fetch stats
224 /* fetching none, but stats should not be affected - current implementation */
/PHP-8.0/
H A DNEWS1408 . Fixed #60594 (mysqlnd exposes 160 lines of stats in phpinfo). (PeeHaa)

Completed in 29 milliseconds

123