summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/mysql_drop_db.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/tests/mysql_drop_db.phpt')
-rw-r--r--ext/mysql/tests/mysql_drop_db.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mysql/tests/mysql_drop_db.phpt b/ext/mysql/tests/mysql_drop_db.phpt
index bd729e7ab8..3281b8a333 100644
--- a/ext/mysql/tests/mysql_drop_db.phpt
+++ b/ext/mysql/tests/mysql_drop_db.phpt
@@ -52,4 +52,5 @@ if (!mysql_query("DROP DATABASE IF EXISTS mysqldropdb", $link))
mysql_close($link);
?>
--EXPECTF--
-done! \ No newline at end of file
+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!