summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/mysql_thread_id.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/tests/mysql_thread_id.phpt')
-rw-r--r--ext/mysql/tests/mysql_thread_id.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/mysql/tests/mysql_thread_id.phpt b/ext/mysql/tests/mysql_thread_id.phpt
index b05bb3ed1c..aa95d31944 100644
--- a/ext/mysql/tests/mysql_thread_id.phpt
+++ b/ext/mysql/tests/mysql_thread_id.phpt
@@ -35,5 +35,7 @@ if (false !== ($tmp = mysql_thread_id($link)))
print "done!";
?>
--EXPECTF--
+Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in %s on line %d
+
Warning: mysql_thread_id(): %d is not a valid MySQL-Link resource in %s on line %d
-done! \ No newline at end of file
+done!