summaryrefslogtreecommitdiff
path: root/tests/lang/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/001.phpt')
-rw-r--r--tests/lang/001.phpt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lang/001.phpt b/tests/lang/001.phpt
new file mode 100644
index 0000000..71df318
--- /dev/null
+++ b/tests/lang/001.phpt
@@ -0,0 +1,6 @@
+--TEST--
+Simple If condition test
+--FILE--
+<?php $a=1; if($a>0) { echo "Yes"; } ?>
+--EXPECT--
+Yes