Searched refs:statistics (Results 1 – 11 of 11) sorted by relevance
/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_module.c | 559 zval *memory_usage,*statistics,*scripts; in ZEND_FUNCTION() local 609 MAKE_STD_ZVAL(statistics); in ZEND_FUNCTION() 610 array_init(statistics); in ZEND_FUNCTION() 612 add_assoc_long(statistics, "num_cached_keys", ZCSG(hash).num_entries); in ZEND_FUNCTION() 614 add_assoc_long(statistics, "hits", ZCSG(hits)); in ZEND_FUNCTION() 615 add_assoc_long(statistics, "start_time", ZCSG(start_time)); in ZEND_FUNCTION() 617 add_assoc_long(statistics, "oom_restarts", ZCSG(oom_restarts)); in ZEND_FUNCTION() 618 add_assoc_long(statistics, "hash_restarts", ZCSG(hash_restarts)); in ZEND_FUNCTION() 619 add_assoc_long(statistics, "manual_restarts", ZCSG(manual_restarts)); in ZEND_FUNCTION() 621 add_assoc_long(statistics, "blacklist_misses", ZCSG(blacklist_misses)); in ZEND_FUNCTION() [all …]
|
/PHP-5.6/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-5.6/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-5.6/ext/mysql/tests/ |
H A D | mysql_phpinfo.phpt | 54 'mysqlnd statistics',
|
/PHP-5.6/ |
H A D | php.ini-development | 1243 ; Enable / Disable collection of general statistics by mysqlnd which can be 1248 ; Enable / Disable collection of memory usage statistics by mysqlnd which can be
|
H A D | php.ini-production | 1243 ; Enable / Disable collection of general statistics by mysqlnd which can be 1248 ; Enable / Disable collection of memory usage statistics by mysqlnd which can be
|
H A D | NEWS | 6000 collected statistics were wrong when multi_query was used with mysqlnd 6176 . Added statistics about listening socket queue length for FPM.
|
/PHP-5.6/sapi/thttpd/ |
H A D | thttpd_patch | 2321 /* Generate debugging statistics syslog messages for all packages. */
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | HISTORY | 1624 2003/05/16: [new] add --with-statistics option to configure.
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 19056 >2 byte 8 (statistics)
|
Completed in 86 milliseconds