summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_074.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_074.phpt')
-rw-r--r--Zend/tests/ns_074.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_074.phpt b/Zend/tests/ns_074.phpt
index 9fd8699aec..37d4e7dc3a 100644
--- a/Zend/tests/ns_074.phpt
+++ b/Zend/tests/ns_074.phpt
@@ -6,7 +6,7 @@ Testing type-hinted lambda parameter inside namespace
namespace foo;
$x = function (\stdclass $x = NULL) {
- var_dump($x);
+ var_dump($x);
};
class stdclass extends \stdclass { }