summaryrefslogtreecommitdiff
path: root/tests/lang/007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/007.phpt')
-rw-r--r--tests/lang/007.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/007.phpt b/tests/lang/007.phpt
index 4576d4efa5..946ae9babb 100644
--- a/tests/lang/007.phpt
+++ b/tests/lang/007.phpt
@@ -17,9 +17,9 @@ function Test()
echo "$a $c ";
}
-Test();
+Test();
echo "$a $b $c ";
-Test();
+Test();
echo "$a $b $c ";
Test();
?>