<?php
$x = 5;

if ($x < "10") {
    echo "Value of X is Small";
}
?>
Value of X is Small