<?php $v = 1;$m = 2;$l = 3; if ($l > $m > $v) { echo "yes";}else { echo "no";}
Standard input is empty
Standard output is empty
PHP Parse error: syntax error, unexpected '>' in /home/lueNMP/prog.php on line 7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!