summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug39001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug39001.phpt')
-rw-r--r--ext/reflection/tests/bug39001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug39001.phpt b/ext/reflection/tests/bug39001.phpt
index 1ed675f029..cf6e99b093 100644
--- a/ext/reflection/tests/bug39001.phpt
+++ b/ext/reflection/tests/bug39001.phpt
@@ -21,7 +21,7 @@ var_dump($r->getProperty('protectedVar')->getDeclaringClass()->getName());
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
string(7) "CParent"
string(7) "CParent"
Done