Pay attention to opening and closing tags for PHP and the Sourcerer plugin!

{source}
<?php

echo "This is my first <b>PHP script</b>!<br>\n";

?>
{/source}