PHP Code:


<?php
echo "1st line Valid";
echo "2nd line Valid" // Semicolon missing but valid
?>

Output: