diff options
Diffstat (limited to 'ext/reflection/tests')
-rw-r--r-- | ext/reflection/tests/ReflectionProperty_getValue_error.phpt | 2 | ||||
-rw-r--r-- | ext/reflection/tests/ReflectionProperty_isInitialized.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/tests/ReflectionProperty_getValue_error.phpt b/ext/reflection/tests/ReflectionProperty_getValue_error.phpt index c5da067c32..40254319cc 100644 --- a/ext/reflection/tests/ReflectionProperty_getValue_error.phpt +++ b/ext/reflection/tests/ReflectionProperty_getValue_error.phpt @@ -66,4 +66,4 @@ Invalid instance: Given object is not an instance of the class this property was declared in Missing instance: -No object provided for getValue() on instance property +ReflectionProperty::getValue(): Argument #1 ($object) must be provided for instance properties diff --git a/ext/reflection/tests/ReflectionProperty_isInitialized.phpt b/ext/reflection/tests/ReflectionProperty_isInitialized.phpt index 29541e405b..ac87873c6a 100644 --- a/ext/reflection/tests/ReflectionProperty_isInitialized.phpt +++ b/ext/reflection/tests/ReflectionProperty_isInitialized.phpt @@ -114,7 +114,7 @@ bool(false) Object type: bool(false) Given object is not an instance of the class this property was declared in -No object provided for isInitialized() on instance property +ReflectionProperty::isInitialized(): Argument #1 ($object) must be provided for instance properties Class with __isset: bool(false) bool(false) |