diff options
Diffstat (limited to 'tests/lang/022.phpt')
-rw-r--r-- | tests/lang/022.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/022.phpt b/tests/lang/022.phpt index 5c07f7d791..1465396926 100644 --- a/tests/lang/022.phpt +++ b/tests/lang/022.phpt @@ -5,7 +5,7 @@ Switch test 3 --FILE-- <?php -cfunction switchtest ($i, $j) +function switchtest ($i, $j) { switch ($i): case 0: |