Run Code
Browser not compatible.
<?php
$a = "Hello world!"; $b = 'Hello world!'; echo $a; echo "<br>"; echo $b;
?>