summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/mysql_num_fields.phpt
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2014-03-23 11:30:09 +0800
committerXinchen Hui <laruence@gmail.com>2014-03-23 13:23:25 +0800
commitadcfee7b07ce96272349e6a17892151a150658bb (patch)
treec688442cdb6a938e66ffe994553459e66863450c /ext/mysql/tests/mysql_num_fields.phpt
parentf2a598393f6dbd88001f277843433a475915663b (diff)
downloadphp-git-adcfee7b07ce96272349e6a17892151a150658bb.tar.gz
Refactor ext/mysql
Diffstat (limited to 'ext/mysql/tests/mysql_num_fields.phpt')
-rw-r--r--ext/mysql/tests/mysql_num_fields.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/tests/mysql_num_fields.phpt b/ext/mysql/tests/mysql_num_fields.phpt
index 4621dc91f8..f65f8ec165 100644
--- a/ext/mysql/tests/mysql_num_fields.phpt
+++ b/ext/mysql/tests/mysql_num_fields.phpt
@@ -54,5 +54,5 @@ require_once("clean_table.inc");
--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
-Warning: mysql_num_fields(): %d is not a valid MySQL result resource in %s on line %d
+Warning: mysql_num_fields(): supplied resource is not a valid MySQL result resource in %s on line %d
done!