summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug39067.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug39067.phpt')
-rw-r--r--ext/reflection/tests/bug39067.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug39067.phpt b/ext/reflection/tests/bug39067.phpt
index 8a7a6044e1..20fdb68ddd 100644
--- a/ext/reflection/tests/bug39067.phpt
+++ b/ext/reflection/tests/bug39067.phpt
@@ -37,7 +37,7 @@ var_dump($rc->getProperty('x')->getDeclaringClass()->getName());
echo "Done\n";
?>
---EXPECTF--
+--EXPECT--
string(1) "C"
string(1) "B"
string(1) "A"