Searched refs:declare_html_entities (Results 1 – 1 of 1) sorted by relevance
663 $doctype = preg_match('/^\\s*<!DOCTYPE\\s/', $data) ? '' : self::declare_html_entities();667 private static function declare_html_entities(): string function in SimplePie\\Parser