summaryrefslogtreecommitdiff
path: root/tests/lang/004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/004.phpt')
-rw-r--r--tests/lang/004.phpt13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/lang/004.phpt b/tests/lang/004.phpt
deleted file mode 100644
index be1f98ade5..0000000000
--- a/tests/lang/004.phpt
+++ /dev/null
@@ -1,13 +0,0 @@
---TEST--
-Simple If/Else Test
---POST--
---GET--
---FILE--
-<?php $a=1;
- if($a==0):
- echo "bad";
- else:
- echo "good";
- endif?>
---EXPECT--
-good