Using the .dyCodeHighlighter and .line-numbers class.
.dyCodeHighlighter
.line-numbers
/** * PHP program */ <?php echo "Hello World"; ?>