summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/mysql_close.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/tests/mysql_close.phpt')
-rw-r--r--ext/mysql/tests/mysql_close.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysql/tests/mysql_close.phpt b/ext/mysql/tests/mysql_close.phpt
index 8f305ba780..e676511961 100644
--- a/ext/mysql/tests/mysql_close.phpt
+++ b/ext/mysql/tests/mysql_close.phpt
@@ -36,4 +36,5 @@ if (false !== ($tmp = @mysql_query("SELECT 1", $link)))
print "done!\n";
?>
--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
done!