summaryrefslogtreecommitdiff
path: root/Zend/tests/bug62441.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug62441.phpt')
-rw-r--r--Zend/tests/bug62441.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug62441.phpt b/Zend/tests/bug62441.phpt
index 3299f4967d..fba76cb290 100644
--- a/Zend/tests/bug62441.phpt
+++ b/Zend/tests/bug62441.phpt
@@ -11,7 +11,7 @@ namespace ns {
class Foo implements \Iface {
function method(stdClass $o) { }
}
-
+
(new Foo)->method(new \stdClass);
}
?>