summaryrefslogtreecommitdiff
path: root/Zend/tests/int_static_prop_name.phpt
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-05-26 14:10:57 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-07-10 21:05:28 +0200
commitd30cd7d7e7ddd0d06c18c47f43c7d2ee00de24a1 (patch)
tree33fdeac65ef66eb3db6066af396763fae391bef9 /Zend/tests/int_static_prop_name.phpt
parent2ad75ba78440eeffbde35a12c666d5f55aaf631a (diff)
downloadphp-git-d30cd7d7e7ddd0d06c18c47f43c7d2ee00de24a1.tar.gz
Review the usage of apostrophes in error messages
Closes GH-5590
Diffstat (limited to 'Zend/tests/int_static_prop_name.phpt')
-rw-r--r--Zend/tests/int_static_prop_name.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/int_static_prop_name.phpt b/Zend/tests/int_static_prop_name.phpt
index cb47bb6d0a..e29e2514bb 100644
--- a/Zend/tests/int_static_prop_name.phpt
+++ b/Zend/tests/int_static_prop_name.phpt
@@ -37,6 +37,6 @@ try {
int(24)
int(24)
int(24)
-Access to undeclared static property: Foo::$42
-Access to undeclared static property: Foo::$42
-Access to undeclared static property: Foo::$42
+Access to undeclared static property Foo::$42
+Access to undeclared static property Foo::$42
+Access to undeclared static property Foo::$42