Searched refs:statistics (Results 1 – 8 of 8) sorted by relevance
/PHP-7.0/ext/opcache/ |
H A D | zend_accelerator_module.c | 594 zval memory_usage, statistics, scripts; local 648 array_init(&statistics); 650 add_assoc_long(&statistics, "num_cached_keys", ZCSG(hash).num_entries); 652 add_assoc_long(&statistics, "hits", (zend_long)ZCSG(hits)); 653 add_assoc_long(&statistics, "start_time", ZCSG(start_time)); 654 add_assoc_long(&statistics, "last_restart_time", ZCSG(last_restart_time)); 655 add_assoc_long(&statistics, "oom_restarts", ZCSG(oom_restarts)); 656 add_assoc_long(&statistics, "hash_restarts", ZCSG(hash_restarts)); 657 add_assoc_long(&statistics, "manual_restarts", ZCSG(manual_restarts)); 659 add_assoc_long(&statistics, "blacklist_misses", ZCSG(blacklist_misses)); [all …]
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | rename_basic.phpt | 27 // checking statistics of old and renamed file - both should be same except ctime
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_phpinfo.phpt | 49 'mysqlnd statistics',
|
H A D | mysqli_get_client_stats.phpt | 540 print "... done with fetch statistics\n"; 550 // result_set_queries statistics 1295 ... done with fetch statistics
|
/PHP-7.0/ |
H A D | php.ini-development | 1177 ; Enable / Disable collection of general statistics by mysqlnd which can be 1182 ; Enable / Disable collection of memory usage statistics by mysqlnd which can be
|
H A D | php.ini-production | 1177 ; Enable / Disable collection of general statistics by mysqlnd which can be 1182 ; Enable / Disable collection of memory usage statistics by mysqlnd which can be
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | HISTORY | 1629 2003/05/16: [new] add --with-statistics option to configure.
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 20688 >2 byte 8 (statistics)
|
Completed in 65 milliseconds