By the way, I always find code tags much easier to types by using tildes instead of backticks. I think that was a GitHub invention, but it works here, too.
By doing something like this, you even get syntax highlighting:
~~~php
function hello() {}
~~~
Woah. Now I nested tildes inside backticks to demo this. Inception!!!