diff options
Diffstat (limited to 'ext/reflection/tests/bug39067.phpt')
-rw-r--r-- | ext/reflection/tests/bug39067.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug39067.phpt b/ext/reflection/tests/bug39067.phpt index 20fdb68ddd..f549f794e0 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"; ?> ---EXPECT-- +--EXPECT-- string(1) "C" string(1) "B" string(1) "A" |