summaryrefslogtreecommitdiff
path: root/Zend/tests/bug40509.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug40509.phpt')
-rw-r--r--Zend/tests/bug40509.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug40509.phpt b/Zend/tests/bug40509.phpt
index 65e32533ef..5b7dfa09c8 100644
--- a/Zend/tests/bug40509.phpt
+++ b/Zend/tests/bug40509.phpt
@@ -5,7 +5,7 @@ Bug #40509 (key() function changed behaviour if global array is used within func
function foo()
{
global $arr;
-
+
$c = $arr["v"];
foreach ($c as $v) {}
}