Result Size:
625 x 571
tryphp_keyword_if.php:
<!DOCTYPE html> <html> <body> <?php $a = 4; if($a < 5) { echo "Less than five"; } ?> </body> </html>
Less than five