summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/mysql_deprecated_api.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/tests/mysql_deprecated_api.phpt')
-rw-r--r--ext/mysql/tests/mysql_deprecated_api.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mysql/tests/mysql_deprecated_api.phpt b/ext/mysql/tests/mysql_deprecated_api.phpt
index d54307ca0e..ebf72375cf 100644
--- a/ext/mysql/tests/mysql_deprecated_api.phpt
+++ b/ext/mysql/tests/mysql_deprecated_api.phpt
@@ -75,4 +75,5 @@ print "done!";
require_once("clean_table.inc");
?>
--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!