Lines Matching refs:php_info_print_table_row
36 php_info_print_table_row(2, ZSTR_VAL(string_key), Z_STRVAL_P(values_entry)); in mysqlnd_minfo_print_hash()
83 php_info_print_table_row(2, "Version", mysqlnd_get_client_info()); in PHP_MINFO_FUNCTION()
84 php_info_print_table_row(2, "Compression", in PHP_MINFO_FUNCTION()
90 php_info_print_table_row(2, "core SSL", in PHP_MINFO_FUNCTION()
96 php_info_print_table_row(2, "extended SSL", in PHP_MINFO_FUNCTION()
103 php_info_print_table_row(2, "Command buffer size", buf); in PHP_MINFO_FUNCTION()
105 php_info_print_table_row(2, "Read buffer size", buf); in PHP_MINFO_FUNCTION()
107 php_info_print_table_row(2, "Read timeout", buf); in PHP_MINFO_FUNCTION()
108 php_info_print_table_row(2, "Collecting statistics", MYSQLND_G(collect_statistics)? "Yes":"No"); in PHP_MINFO_FUNCTION()
109 …php_info_print_table_row(2, "Collecting memory statistics", MYSQLND_G(collect_memory_statistics)? … in PHP_MINFO_FUNCTION()
111 php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a"); in PHP_MINFO_FUNCTION()
118 php_info_print_table_row(2, "Loaded plugins", tmp_str.s? ZSTR_VAL(tmp_str.s) : ""); in PHP_MINFO_FUNCTION()
123 php_info_print_table_row(2, "API Extensions", tmp_str.s? ZSTR_VAL(tmp_str.s) : ""); in PHP_MINFO_FUNCTION()