summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_073.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_073.phpt')
-rw-r--r--Zend/tests/ns_073.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/ns_073.phpt b/Zend/tests/ns_073.phpt
index bb03308d71..8f083195d5 100644
--- a/Zend/tests/ns_073.phpt
+++ b/Zend/tests/ns_073.phpt
@@ -5,8 +5,8 @@ Testing type-hinted lambda parameter inside namespace
namespace foo;
-$x = function (\stdclass $x = NULL) {
- var_dump($x);
+$x = function (\stdclass $x = NULL) {
+ var_dump($x);
};
$x(NULL);