summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-03-08 23:14:16 +0000
committerFelipe Pena <felipe@php.net>2008-03-08 23:14:16 +0000
commitd005d404e09a2f21291df1b15d7323638e943bd6 (patch)
tree1a12e8503eec659c71fa3e8660fe216b89791f6f /ext
parent2660bd1de9009f4e284c775307cffca37507b3fa (diff)
downloadphp-git-d005d404e09a2f21291df1b15d7323638e943bd6.tar.gz
Fix test
Diffstat (limited to 'ext')
-rw-r--r--ext/mysql/tests/mysql_trace_mode.phpt4
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!