summaryrefslogtreecommitdiff
path: root/tests/lang/022.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/022.phpt')
-rw-r--r--tests/lang/022.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/022.phpt b/tests/lang/022.phpt
index dddc6c2955..9660530bc7 100644
--- a/tests/lang/022.phpt
+++ b/tests/lang/022.phpt
@@ -1,7 +1,7 @@
--TEST--
Switch test 3
--FILE--
-<?php
+<?php
function switchtest ($i, $j)
{
@@ -11,7 +11,7 @@ function switchtest ($i, $j)
case 0:
echo "zero";
break;
- case 1:
+ case 1:
echo "one";
break;
default: