diff options
author | Felipe Pena <felipe@php.net> | 2008-03-08 23:13:45 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-03-08 23:13:45 +0000 |
commit | a7dd2ad68c8f58316315ce92de65a8772d98d021 (patch) | |
tree | aa824707cc72661448e79c298b5b68c76ca0eb55 | |
parent | 8acaf4118c6b8d65ca1ad271d3c5c05d9572d26b (diff) | |
download | php-git-a7dd2ad68c8f58316315ce92de65a8772d98d021.tar.gz |
Fix test
-rw-r--r-- | ext/mysql/tests/mysql_trace_mode.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
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! |