diff options
Diffstat (limited to 'ext/mysqli/tests/mysqli_debug_control_string.phpt')
| -rw-r--r-- | ext/mysqli/tests/mysqli_debug_control_string.phpt | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/ext/mysqli/tests/mysqli_debug_control_string.phpt b/ext/mysqli/tests/mysqli_debug_control_string.phpt index 00994abd03..474f0998f6 100644 --- a/ext/mysqli/tests/mysqli_debug_control_string.phpt +++ b/ext/mysqli/tests/mysqli_debug_control_string.phpt @@ -73,5 +73,62 @@ if (!$IS_MYSQLND) print "libmysql/DBUG package prints some debug info here." ?> --EXPECTF-- +Warning: mysqli_debug(): Unrecognized format ',' in %s on line %d + +Warning: mysqli_debug(): Consecutive semicolons at position 0 in %s on line %d [023][control string '%s'] Trace file has not been written. + +Warning: mysqli_debug(): Colon expected, 'b' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, 'c' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, 'B' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, 'C' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, ',' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, '1' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, '2' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, '3' found in %s on line %d + +Warning: mysqli_debug(): Unrecognized format 'b' in %s on line %d + +Warning: mysqli_debug(): Colon expected, 'B' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, 'C' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, ',' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, '1' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, '2' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, '3' found in %s on line %d + +Warning: mysqli_debug(): Unrecognized format 'b' in %s on line %d + +Warning: mysqli_debug(): Colon expected, ';' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, ';' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, 'B' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, 'C' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, ',' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, '1' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, '2' found in %s on line %d + +Warning: mysqli_debug(): Colon expected, '3' found in %s on line %d + +Warning: mysqli_debug(): Unrecognized format 'b' in %s on line %d + +Warning: mysqli_debug(): Colon expected, ';' found in %s on line %d + +Warning: mysqli_debug(): Unrecognized format 'z' in %s on line %d done%s |
