}
        return "<pre class=\"{$lang}\">\n" . $output . "</pre>\n";
    }
}
$hl = new Highlighter();
echo $hl->format('
/**
 * Class Name
 * Description
 * $var
 * @PHPDoc tags
 */
class ClassName extends AnotherClass
{
    function __construct($param)
    {
        # code...
        $classclassclassfunction
        //functionclass
        $this->route = (empty($_GET[\'route\'])) ? $this->c_default : trim($_GET[\'route\'], \'/\\\');
    }
    
    public function FunctionName($value)
    {
        echo __FILE__, "String";
    }
}
');
?>
</body>
</html>