Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DEntityParser.php163 protected $_special_dec2str = variable in HTMLPurifier_EntityParser
220 if (isset($this->_special_dec2str[$code])) {
274 return isset($this->_special_dec2str[$int]) ?
275 $this->_special_dec2str[$int] :
279 $this->_special_dec2str[$this->_special_ent2dec[$matches[3]]] :