From: Andrey Hristov Date: Thu, 28 May 2009 18:10:12 +0000 (+0000) Subject: Forgot to commit this one, of the ANSI_QUOTES fame X-Git-Tag: php-5.4.0alpha1~191^2~3475 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b5dcc895a04e14e7bc8fc2d4c80816d2a62ecfd;p=php Forgot to commit this one, of the ANSI_QUOTES fame --- diff --git a/ext/mysqli/tests/mysqli_real_escape_string_euckr.phpt b/ext/mysqli/tests/mysqli_real_escape_string_euckr.phpt index 6351c0b3de..6384d9fca7 100644 --- a/ext/mysqli/tests/mysqli_real_escape_string_euckr.phpt +++ b/ext/mysqli/tests/mysqli_real_escape_string_euckr.phpt @@ -43,7 +43,7 @@ mysqli_close($link); if ("±Ç´ë¼º\\0±Ç´ë¼º" !== ($tmp = mysqli_real_escape_string($link, "±Ç´ë¼º" . chr(0) . "±Ç´ë¼º"))) printf("[009] Expecting %s, got %s\n", "±Ç´ë¼º\\0±Ç´ë¼º", $tmp); - var_dump(mysqli_query($link, 'INSERT INTO test(id, label) VALUES (100, "±Ç")')); + var_dump(mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, '±Ç')")); mysqli_close($link); print "done!";