Demo PHP Language

Using the .dyCodeHighlighter and .line-numbers class.

/**
 * PHP program
 */
<?php
    echo "Hello World";
?>