From: Felipe Pena Date: Sat, 8 Mar 2008 23:13:45 +0000 (+0000) Subject: Fix test X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~651 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7dd2ad68c8f58316315ce92de65a8772d98d021;p=php Fix test --- diff --git a/ext/mysql/tests/mysql_trace_mode.phpt b/ext/mysql/tests/mysql_trace_mode.phpt index b1bdd3dc15..9f0e571d1b 100644 --- a/ext/mysql/tests/mysql_trace_mode.phpt +++ b/ext/mysql/tests/mysql_trace_mode.phpt @@ -26,9 +26,9 @@ mysql_close($link); print "done!\n"; ?> --EXPECTF-- -Notice: mysql_db_query(): This function is deprecated; use mysql_query() instead%sin %s on line %d +Deprecated: mysql_db_query(): This function is deprecated; use mysql_query() instead%sin %s on line %d -Warning: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in %s on line %d +Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in %s on line %d I don\'t mind character sets, do I?\n Warning: mysql_query(): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BOGUS_SQL' at line 1 in %s on line %d done!