Searched refs:parser_resource (Results 1 – 1 of 1) sorted by relevance
244 function XML_RPC_se($parser_resource, $name, $attrs) argument248 $parser = (int) $parser_resource;373 function XML_RPC_ee($parser_resource, $name) argument377 $parser = (int) $parser_resource;510 function XML_RPC_cd($parser_resource, $data) argument514 $parser = (int) $parser_resource;1435 $parser_resource = xml_parser_create($encoding);1436 $parser = (int) $parser_resource;1448 xml_parser_set_option($parser_resource, XML_OPTION_CASE_FOLDING, true);1449 xml_set_element_handler($parser_resource, 'XML_RPC_se', 'XML_RPC_ee');[all …]