Run Code
Browser not compatible.
<?php
$x = 100; $y = 150; var_dump($x < $y); // returns true because $x is less than $y
?>