summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionProperty_getValue_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/ReflectionProperty_getValue_error.phpt')
-rw-r--r--ext/reflection/tests/ReflectionProperty_getValue_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionProperty_getValue_error.phpt b/ext/reflection/tests/ReflectionProperty_getValue_error.phpt
index 40254319cc..49b3c7bd9a 100644
--- a/ext/reflection/tests/ReflectionProperty_getValue_error.phpt
+++ b/ext/reflection/tests/ReflectionProperty_getValue_error.phpt
@@ -60,7 +60,7 @@ Static property / too many args:
ReflectionProperty::getValue() expects at most 1 parameter, 2 given
Protected property:
-Cannot access non-public member TestClass::$prot
+Cannot access non-public property TestClass::$prot
Invalid instance:
Given object is not an instance of the class this property was declared in