diff options
Diffstat (limited to 'ext/reflection/tests/bug49719.phpt')
-rw-r--r-- | ext/reflection/tests/bug49719.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug49719.phpt b/ext/reflection/tests/bug49719.phpt index 215140a45a..f200ce297c 100644 --- a/ext/reflection/tests/bug49719.phpt +++ b/ext/reflection/tests/bug49719.phpt @@ -40,5 +40,5 @@ var_dump($prop->getValue(new b2)); bool(false) bool(false) bool(false) -%string|unicode%(25) "Property a does not exist" +string(25) "Property a does not exist" int(2) |