summaryrefslogtreecommitdiff
path: root/Zend/tests/closure_019.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/closure_019.phpt')
-rw-r--r--Zend/tests/closure_019.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/closure_019.phpt b/Zend/tests/closure_019.phpt
index c173108623..22aaec1bba 100644
--- a/Zend/tests/closure_019.phpt
+++ b/Zend/tests/closure_019.phpt
@@ -9,7 +9,7 @@ $lambda = function &(&$x) {
function test() {
global $lambda;
-
+
$y = 3;
var_dump($GLOBALS['lambda']($y));
var_dump($lambda($y));