We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a2644 commit ba404f2Copy full SHA for ba404f2
ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
@@ -89,7 +89,7 @@ if (!$IS_MYSQLND)
89
// F - file name
90
$trace = try_control_string($link, 't:O,' . $trace_file . ':F', $trace_file, 50);
91
// hopefully we'll never see a file name that's not covered by this regular expression...
92
- if (!preg_match("@^\s*[/\w\\\\d\.\-]+\.[ch]@ismU", $trace))
+ if (!preg_match("@^\s*[/\w\\\\d\.:\-]+\.[ch]@ismU", $trace))
93
printf("[055] File names seem to be missing, first characters from trace are '%s'\n", substr($trace, 0, 80));
94
95
// -n - print function nesting depth
0 commit comments