summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/mysql_create_db.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/tests/mysql_create_db.phpt')
-rw-r--r--ext/mysql/tests/mysql_create_db.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mysql/tests/mysql_create_db.phpt b/ext/mysql/tests/mysql_create_db.phpt
index bc91964f50..0b6d58a09e 100644
--- a/ext/mysql/tests/mysql_create_db.phpt
+++ b/ext/mysql/tests/mysql_create_db.phpt
@@ -53,4 +53,7 @@ if (!mysql_query("DROP DATABASE IF EXISTS mysqlcreatedb", $link))
mysql_close($link);
?>
--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
+
+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!