Home
last modified time | relevance | path

Searched refs:parser_check (Results 1 – 2 of 2) sorted by path

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php143 $parser_check = xml_parser_create();
144 xml_parse_into_struct($parser_check, '<foo>&amp;</foo>', $values);
145 xml_parser_free($parser_check);
H A DSimplePie.php1526 $parser_check = xml_parser_create();
1527 xml_parse_into_struct($parser_check, '<foo>&amp;</foo>', $values);
1528 xml_parser_free($parser_check);