Same name and namespace in other branches
  1. 5.0.x advagg_js_minify/jspacker.inc \ParseMaster::_escapeBis()
  2. 6.0.x advagg_js_minify/jspacker.inc \ParseMaster::_escapeBis()
  3. 7.x-1.x advagg_js_compress/jspacker.inc \ParseMaster::_escapeBis()
  4. 7.x-2.x advagg_js_compress/jspacker.inc \ParseMaster::_escapeBis()
  5. 8.x-3.x advagg_js_minify/jspacker.inc \ParseMaster::_escapeBis()
  6. 8.x-4.x advagg_js_minify/jspacker.inc \ParseMaster::_escapeBis()

Fichier

advagg_js_minify/jspacker.inc, line 754

Classe

ParseMaster

Code

private function _escapeBis($match) {
    $this->_escaped[] = $match[1];
    return $this->buffer;
}