This file includes a number of code examples that should all be displayed properly in both formatted and raw versions.
$this->version();<a href='#'>$this->version();</a><a href='#'><?=$this->version();?></a><a href='#'><?=$this->version();?></a>
echo <<<HTML
<h1>Hello World</h1>
HTML;
PHP...
echo <<<HTML
<h1>Hello World</h1>
HTML;HTML...
<!-- CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="<?php echo AllInOneMinify::CSS('css/stylesheet.css'); ?>">
<!-- LESS file -->
<link rel="stylesheet" type="text/css" href="<?php echo AllInOneMinify::CSS('css/stylesheet.less'); ?>">HTML & PHP...
<!-- CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="<?php echo AllInOneMinify::CSS('css/stylesheet.css'); ?>">
<!-- LESS file -->
<link rel="stylesheet" type="text/css" href="<?php echo AllInOneMinify::CSS('css/stylesheet.less'); ?>">