Searched refs:_special_dec2str (Results 1 – 1 of 1) sorted by relevance
163 protected $_special_dec2str = variable in HTMLPurifier_EntityParser220 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]]] :