summaryrefslogtreecommitdiff
path: root/tests/lang/001.phpt
blob: d90e9b8d3d8d7addc54389a2a8ac438fc2331a15 (plain)
1
2
3
4
5
6
7
8
--TEST--
Simple If condition test
--POST--
--GET--
--FILE--
<?php $a=1; if($a>0) { echo "Yes"; } ?>
--EXPECT--
Yes