summaryrefslogtreecommitdiff
path: root/tests/lang/011.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/011.phpt')
-rw-r--r--tests/lang/011.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/011.phpt b/tests/lang/011.phpt
index 771ef7c129..b7946b7460 100644
--- a/tests/lang/011.phpt
+++ b/tests/lang/011.phpt
@@ -1,7 +1,7 @@
--TEST--
Testing nested functions
--FILE--
-<?php
+<?php
function F()
{
$a = "Hello ";
@@ -11,7 +11,7 @@ function F()
function G()
{
static $myvar = 4;
-
+
echo "$myvar ";
echo F();
echo "$myvar";