]> granicus.if.org Git - php/commitdiff
Fix test
authorFelipe Pena <felipe@php.net>
Sat, 8 Mar 2008 23:13:45 +0000 (23:13 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 8 Mar 2008 23:13:45 +0000 (23:13 +0000)
ext/mysql/tests/mysql_trace_mode.phpt

index b1bdd3dc153b9e5676ca689a00be179af67aab6c..9f0e571d1b0d86226cf1dce631bca9341a6e2aa0 100644 (file)
@@ -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!