Searched refs:ENT_QUOTES (Results 1 – 2 of 2) sorted by relevance
32 use const ENT_QUOTES; alias133 return htmlspecialchars_decode($first, ENT_QUOTES);
442 $text = html_entity_decode($text, ENT_QUOTES, 'UTF-8');500 …$string = html_entity_decode($string, ENT_QUOTES, 'UTF-8'); // otherwise HTML entities show up as …