1 2 3 4 5 6 7 8
<?php $a=2; if (1<$a<3) { echo "TRUE"; } else { echo "FALSE"; } ?>
1 2
Parse error: syntax error, unexpected '<' on line 3