diff options
Diffstat (limited to 'tests/lang/011.phpt')
-rw-r--r-- | tests/lang/011.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/011.phpt b/tests/lang/011.phpt index b7946b7460..99a2d1c6a8 100644 --- a/tests/lang/011.phpt +++ b/tests/lang/011.phpt @@ -4,8 +4,8 @@ Testing nested functions <?php function F() { - $a = "Hello "; - return($a); + $a = "Hello "; + return($a); } function G() |