Lines Matching refs:php_info_print_table_row
39 php_info_print_table_row(2, ZSTR_VAL(string_key), Z_STRVAL_P(values_entry)); in mysqlnd_minfo_print_hash()
85 php_info_print_table_row(2, "mysqlnd", "enabled"); in PHP_MINFO_FUNCTION()
86 php_info_print_table_row(2, "Version", mysqlnd_get_client_info()); in PHP_MINFO_FUNCTION()
87 php_info_print_table_row(2, "Compression", in PHP_MINFO_FUNCTION()
93 php_info_print_table_row(2, "core SSL", in PHP_MINFO_FUNCTION()
99 php_info_print_table_row(2, "extended SSL", in PHP_MINFO_FUNCTION()
106 php_info_print_table_row(2, "Command buffer size", buf); in PHP_MINFO_FUNCTION()
108 php_info_print_table_row(2, "Read buffer size", buf); in PHP_MINFO_FUNCTION()
110 php_info_print_table_row(2, "Read timeout", buf); in PHP_MINFO_FUNCTION()
111 php_info_print_table_row(2, "Collecting statistics", MYSQLND_G(collect_statistics)? "Yes":"No"); in PHP_MINFO_FUNCTION()
112 …php_info_print_table_row(2, "Collecting memory statistics", MYSQLND_G(collect_memory_statistics)? … in PHP_MINFO_FUNCTION()
114 php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a"); in PHP_MINFO_FUNCTION()
121 php_info_print_table_row(2, "Loaded plugins", tmp_str.s? ZSTR_VAL(tmp_str.s) : ""); in PHP_MINFO_FUNCTION()
126 php_info_print_table_row(2, "API Extensions", tmp_str.s? ZSTR_VAL(tmp_str.s) : ""); in PHP_MINFO_FUNCTION()