<!DOCTYPE html>
<html>
<body>
    <pre>
<?php $var = "a";
$var2 = 23;
print_r($var . "<br/>");
print_r($var2); ?> 
    </pre>
</body>
</html>