Home
last modified time | relevance | path

Searched refs:_special_ent2dec (Results 1 – 1 of 1) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DEntityParser.php176 protected $_special_ent2dec = variable in HTMLPurifier_EntityParser
225 if (isset($this->_special_ent2dec[$matches[3]])) {
278 return isset($this->_special_ent2dec[$matches[3]]) ?
279 $this->_special_dec2str[$this->_special_ent2dec[$matches[3]]] :