Searched refs:_special_ent2dec (Results 1 – 1 of 1) sorted by relevance
176 protected $_special_ent2dec = variable in HTMLPurifier_EntityParser225 if (isset($this->_special_ent2dec[$matches[3]])) {278 return isset($this->_special_ent2dec[$matches[3]]) ?279 $this->_special_dec2str[$this->_special_ent2dec[$matches[3]]] :