summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-07-27 10:42:36 +0800
committerXinchen Hui <laruence@gmail.com>2017-07-31 11:43:14 +0800
commitdbd729e86b2ddb2372caf9efced24eca090f7a28 (patch)
tree1c0d15103ca0a32aede14e310bb5e34669b37364 /ext/pdo_mysql
parentd7f922ccb4e443fdb5bb49305b3ae48b63df063f (diff)
downloadphp-git-dbd729e86b2ddb2372caf9efced24eca090f7a28.tar.gz
Req #74963 (Improved error message on fetching property of non-object)
Diffstat (limited to 'ext/pdo_mysql')
-rw-r--r--ext/pdo_mysql/tests/bug44327.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/tests/bug44327.phpt b/ext/pdo_mysql/tests/bug44327.phpt
index 1952cce050..f5ca9e0d9d 100644
--- a/ext/pdo_mysql/tests/bug44327.phpt
+++ b/ext/pdo_mysql/tests/bug44327.phpt
@@ -60,5 +60,5 @@ object(PDORow)#%d (2) {
string(19) "SELECT id FROM test"
----------------------------------
-Notice: Trying to get property of non-object in %s on line %d
+Notice: Trying to get property 'queryString' of non-object in %s on line %d
NULL