protected function _commentCB($m) { if ($m[1][0] === '!') { return '/*' . $m[1] . '*/'; } return parent::_commentCB($m); }