summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug39884.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug39884.phpt')
-rw-r--r--ext/reflection/tests/bug39884.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug39884.phpt b/ext/reflection/tests/bug39884.phpt
index dbc57ee521..1d0e04b0b9 100644
--- a/ext/reflection/tests/bug39884.phpt
+++ b/ext/reflection/tests/bug39884.phpt
@@ -15,7 +15,7 @@ $test1->paramTest($test2);
$refParam = new ReflectionParameter(array('stubParamTest', 'paramTest'), 'param');
var_dump($refParam->getClass());
?>
---EXPECT--
+--EXPECT--
object(ReflectionClass)#4 (1) {
["name"]=>
string(13) "stubParamTest"