Home
last modified time | relevance | path

Searched refs:statistics (Results 1 – 11 of 11) sorted by relevance

/PHP-8.2/ext/opcache/
H A Dzend_accelerator_module.c633 zval memory_usage, statistics, scripts; local
685 array_init(&statistics);
689 add_assoc_long(&statistics, "hits", (zend_long)ZCSG(hits));
690 add_assoc_long(&statistics, "start_time", ZCSG(start_time));
692 add_assoc_long(&statistics, "oom_restarts", ZCSG(oom_restarts));
700 add_assoc_zval(return_value, "opcache_statistics", &statistics);
703 array_init(&statistics);
714 add_assoc_zval(&statistics, "functions", &scripts);
729 add_assoc_zval(&statistics, "classes", &scripts);
740 add_assoc_zval(&statistics, "scripts", &scripts);
[all …]
/PHP-8.2/ext/standard/tests/file/
H A Drename_basic.phpt23 // checking statistics of old and renamed file - both should be same except ctime
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_get_connection_stats.phpt18 // so that we can collect some statistics.
H A Dmysqli_get_client_stats.phpt536 print "... done with fetch statistics\n";
546 // result_set_queries statistics
1283 ... done with fetch statistics
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_commands.c152 MYSQLND_METHOD(mysqlnd_command, statistics)(MYSQLND_CONN_DATA * const conn, zend_string ** message) in MYSQLND_METHOD() argument
653 MYSQLND_METHOD(mysqlnd_command, statistics),
H A Dmysqlnd_structs.h334 func_mysqlnd_execute_com_statistics statistics; in MYSQLND_CLASS_METHODS_TYPE() local
H A Dmysqlnd_connection.c986 DBG_RETURN(conn->command->statistics(conn, message));
/PHP-8.2/
H A Dphp.ini-development1209 ; Enable / Disable collection of general statistics by mysqlnd which can be
1213 ; Enable / Disable collection of memory usage statistics by mysqlnd which can be
H A Dphp.ini-production1211 ; Enable / Disable collection of general statistics by mysqlnd which can be
1215 ; Enable / Disable collection of memory usage statistics by mysqlnd which can be
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic36306 # $File: statistics,v 1.3 2022/03/24 15:48:58 christos Exp $
36307 # statistics: file(1) magic for statistics related software
38440 >2 byte 8 (statistics)
H A Dmagic私はガラスを食べられます36306 # $File: statistics,v 1.3 2022/03/24 15:48:58 christos Exp $
36307 # statistics: file(1) magic for statistics related software
38440 >2 byte 8 (statistics)

Completed in 194 milliseconds