diff options
Diffstat (limited to 'ext/mysql/tests/bug53649.phpt')
| -rw-r--r-- | ext/mysql/tests/bug53649.phpt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/mysql/tests/bug53649.phpt b/ext/mysql/tests/bug53649.phpt index 70bf9bed36..7ccdf08e5f 100644 --- a/ext/mysql/tests/bug53649.phpt +++ b/ext/mysql/tests/bug53649.phpt @@ -67,5 +67,6 @@ mysql_close($link); unlink('bug53649.data');
?>
---EXPECT--
-done
\ No newline at end of file +--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
|
