diff options
-rw-r--r-- | ext/mysqli/tests/bug36745.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/bug36745.phpt b/ext/mysqli/tests/bug36745.phpt index 7bbfe8180c..868015c450 100644 --- a/ext/mysqli/tests/bug36745.phpt +++ b/ext/mysqli/tests/bug36745.phpt @@ -18,6 +18,6 @@ bug #36745 : LOAD DATA LOCAL INFILE doesn't return correct error message $mysql->close(); printf("Done"); ?> ---EXPECT-- -string(31) "Can't find file 'filenotfound'." +--EXPECTF-- +string(%d) "%s" Done |