Home
last modified time | relevance | path

Searched refs:mysqli_debug (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_debug_control_string.phpt2 mysqli_debug() - invalid debug control strings
8 if (!function_exists('mysqli_debug'))
9 die("skip: mysqli_debug() not available");
12 die("skip: can't say for sure if mysqli_debug works");
27 if (true !== ($tmp = mysqli_debug($control_string))) {
75 Warning: mysqli_debug(): Unrecognized format ',' in %s on line %d
80 Warning: mysqli_debug(): Colon expected, 'b' found in %s on line %d
96 Warning: mysqli_debug(): Unrecognized format 'b' in %s on line %d
110 Warning: mysqli_debug(): Unrecognized format 'b' in %s on line %d
128 Warning: mysqli_debug(): Unrecognized format 'b' in %s on line %d
[all …]
H A Dmysqli_debug_append.phpt2 mysqli_debug() - append to trace file
8 if (!function_exists('mysqli_debug'))
9 die("skip: mysqli_debug() not available");
12 die("skip: can't say for sure if mysqli_debug works");
26 …if (true !== ($tmp = mysqli_debug(sprintf('d:t:O,%s/mysqli_debug_phpt.trace', sys_get_temp_dir()))…
42 // will mysqli_debug() mind if the trace file gets removed?
50 if (!fwrite($fp, 'mysqli_debug.phpt test line'))
54 if (true !== ($tmp = mysqli_debug(sprintf('d:a,%s', $trace_file))))
63 if (!strstr($trace, 'mysqli_debug.phpt test line'))
66 if (true !== ($tmp = mysqli_debug(sprintf('d:A,%s', $trace_file))))
H A Dmysqli_debug.phpt2 mysqli_debug()
8 if (!function_exists('mysqli_debug'))
9 die("skip: mysqli_debug() not available");
12 die("skip: can't say for sure if mysqli_debug works");
22 …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?
H A Dmysqli_debug_ini.phpt2 mysqli_debug() - enabling trace with ini setting
8 if (!function_exists('mysqli_debug'))
9 die("skip mysqli_debug() not available");
12 die("skip: can't say for sure if mysqli_debug works");
H A Dmysqli_debug_mysqlnd_only.phpt2 mysqli_debug() - mysqlnd only 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");
29 if (true !== ($tmp = @mysqli_debug($control_string))) {
H A Dmysqli_debug_mysqlnd_control_string.phpt2 mysqli_debug() - all control string options supported by both mysqlnd and libmysql except oOaA
8 if (!function_exists('mysqli_debug'))
9 die("skip: mysqli_debug() not available");
12 die("skip: can't say for sure if mysqli_debug works");
28 if (true !== ($tmp = @mysqli_debug($control_string))) {
H A Dmysqli_class_mysqli_interface.phpt71 if (function_exists('mysqli_debug'))
/PHP-8.0/ext/mysqli/
H A Dmysqli_arginfo.h701 ZEND_FUNCTION(mysqli_debug);
828 ZEND_FE(mysqli_debug, arginfo_mysqli_debug)
955 ZEND_ME_MAPPING(debug, mysqli_debug, arginfo_class_mysqli_debug, ZEND_ACC_PUBLIC)
H A Dmysqli.stub.php555 function mysqli_debug(string $options): bool {} function
H A Dmysqli_api.c752 PHP_FUNCTION(mysqli_debug) argument

Completed in 29 milliseconds