summaryrefslogtreecommitdiff
path: root/tests/lang/002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/002.phpt')
-rw-r--r--tests/lang/002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/002.phpt b/tests/lang/002.phpt
index ec14d01c3f..251f90b0a2 100644
--- a/tests/lang/002.phpt
+++ b/tests/lang/002.phpt
@@ -2,7 +2,7 @@
Simple While Loop Test
--FILE--
<?php
-$a=1;
+$a=1;
while ($a<10) {
echo $a;
$a++;