Searched refs:mysqli_debug (Results 1 – 10 of 10) sorted by relevance
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_debug.phpt | 2 mysqli_debug() 9 if (!function_exists('mysqli_debug')) 10 die("skip: mysqli_debug() not available"); 13 die("skip: can't say for sure if mysqli_debug works"); 22 if (NULL !== ($tmp = @mysqli_debug())) 26 …if (true !== ($tmp = mysqli_debug(sprintf('d:t:O,%s/mysqli_debug_phpt.trace', sys_get_temp_dir()))… 45 // will mysqli_debug() mind if the trace file gets removed?
|
H A D | mysqli_debug_append.phpt | 2 mysqli_debug() - append to trace file 9 if (!function_exists('mysqli_debug')) 10 die("skip: mysqli_debug() not available"); 13 die("skip: can't say for sure if mysqli_debug works"); 25 …if (true !== ($tmp = mysqli_debug(sprintf('d:t:O,%s/mysqli_debug_phpt.trace', sys_get_temp_dir()))… 41 // will mysqli_debug() mind if the trace file gets removed? 49 if (!fwrite($fp, (binary) 'mysqli_debug.phpt test line')) 53 if (true !== ($tmp = mysqli_debug(sprintf('d:a,%s', $trace_file)))) 62 if (!strstr($trace, 'mysqli_debug.phpt test line')) 65 if (true !== ($tmp = mysqli_debug(sprintf('d:A,%s', $trace_file))))
|
H A D | mysqli_debug_ini.phpt | 2 mysqli_debug() - enabling trace with ini setting 9 if (!function_exists('mysqli_debug')) 10 die("skip mysqli_debug() not available"); 13 die("skip: can't say for sure if mysqli_debug works");
|
H A D | mysqli_debug_control_string.phpt | 2 mysqli_debug() - invalid debug control strings 9 if (!function_exists('mysqli_debug')) 10 die("skip: mysqli_debug() not available"); 13 die("skip: can't say for sure if mysqli_debug works"); 28 if (true !== ($tmp = mysqli_debug($control_string))) {
|
H A D | mysqli_debug_mysqlnd_only.phpt | 2 mysqli_debug() - mysqlnd only control strings 10 if (!function_exists('mysqli_debug')) 11 die("skip mysqli_debug() not available"); 14 die("skip: can't say for sure if mysqli_debug works"); 30 if (true !== ($tmp = @mysqli_debug($control_string))) {
|
H A D | mysqli_debug_mysqlnd_control_string.phpt | 2 mysqli_debug() - all control string options supported by both mysqlnd and libmysql except oOaA 9 if (!function_exists('mysqli_debug')) 10 die("skip: mysqli_debug() not available"); 13 die("skip: can't say for sure if mysqli_debug works"); 29 if (true !== ($tmp = @mysqli_debug($control_string))) {
|
H A D | mysqli_class_mysqli_interface.phpt | 76 if (function_exists('mysqli_debug'))
|
/PHP-7.0/ext/mysqli/ |
H A D | mysqli_fe.h | 38 PHP_FUNCTION(mysqli_debug);
|
H A D | mysqli_fe.c | 408 PHP_FE(mysqli_debug, arginfo_mysqli_debug) 541 PHP_FALIAS(debug, mysqli_debug, arginfo_mysqli_debug)
|
H A D | mysqli_api.c | 795 PHP_FUNCTION(mysqli_debug) argument
|
Completed in 33 milliseconds