Home
last modified time | relevance | path

Searched refs:xml_parse (Results 1 – 25 of 36) sorted by relevance

12

/php-src/ext/xml/tests/
H A Dbug81351.phpt2 Bug #81351 (xml_parse may fail, but has no error code)
15 $success = xml_parse($parser, $xml, false);
18 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
19 $success = xml_parse($parser, 'Y>', true);
22 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
25 xml_parse returned 1, xml_get_error_code = 0, xml_error_string = %S
26 …_string = Invalid document end|xml_parse returned 0, xml_get_error_code = 3, xml_error_string = no…
H A Dbug73135.phpt2 Bug #73135 (xml_parse() segmentation fault)
10 xml_parse($parser, $xml);
23 xml_parse($parser, $xml);
H A DXML_OPTION_PARSE_HUGE.phpt38 echo "--- Parse using xml_parse (failure) ---\n";
40 $ret = xml_parse($parser, $long_xml_head, true);
43 echo "--- Parse using xml_parse (success) ---\n";
45 $ret = xml_parse($parser, $long_xml_head, false);
47 $ret = xml_parse($parser, $long_xml_tail, true);
63 --- Parse using xml_parse (failure) ---
68 --- Parse using xml_parse (success) ---
H A Dbug81481.phpt23 xml_parse($parser, '<root><i></i><b/><ext>Hello</ext>', false);
25 xml_parse($parser, $emptylong, false);
27 xml_parse($parser, '<ext></ext><ext></ext></root>', false);
H A DXML_OPTION_PARSE_HUGE_during_parsing.phpt17 xml_parse($parser, "<foo/>", true);
25 #2 %s(%d): xml_parse(Object(XMLParser), '<foo/>', true)
H A Dgh14637.phpt24 $ret = xml_parse($parser, $long_xml_head, true);
26 $ret = xml_parse($parser, $long_xml_head, false);
H A Dbug46699.phpt2 Bug #46699: (xml_parse crash when parser is namespace aware)
27 xml_parse($parser, $xml);
H A Dxml004.phpt14 xml_parse($xp, $data, feof($fp));
22 xml_parse($xp, $data, feof($fp));
H A Dbug32001b.phpt2 Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using EUC-JP, Shift…
67 $success = @xml_parse($parser, $data, true);
71 $success = @xml_parse($parser, substr($data, $offset, $this->chunk_size), false);
77 $success = @xml_parse($parser, "", true);
H A Dxml_error_string_basic.inc12 if (!xml_parse($xml_parser, $xml, true)) {
H A Dbug27908.phpt14 xml_parse($xp, '<root></root>',TRUE);
H A Dset_element_handler_trampoline.phpt44 xml_parse($parser, $xml, true);
51 xml_parse($parser, $xml, true);
58 xml_parse($parser, $xml, true);
H A Dgh14834.phpt26 xml_parse($parser, $xml, true);
H A Dbug72793.phpt19 xml_parse($this->parser, $data);
H A Dbug72714.phpt24 xml_parse($xml_parser, $xml);
H A Dbug71592.phpt24 xml_parse($parser, $xml);
H A Dxml_closures_001.phpt30 xml_parse($xp, $data, feof($fp));
H A Dset_handler_trampoline.phpt26 xml_parse($parser, $xml, true);
H A Dxml_set_processing_instruction_handler_basic.phpt20 xml_parse($parser, $data, true);
H A Dbug25666.phpt30 xml_parse($parser, $xml);
H A Dxml009.phpt30 xml_parse($parser, $xml);
H A Dxml_set_start_namespace_decl_handler_basic.inc16 xml_parse( $parser, $xml, true);
H A Dxml010.phpt34 xml_parse($parser, $xml);
H A Dxml011.phpt27 xml_parse($parser, $xml, TRUE);
H A Dbug32001.phpt2 Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-*
106 $success = @xml_parse($parser, $data, true);
110 $success = @xml_parse($parser, substr($data, $offset, $this->chunk_size), false);
116 $success = @xml_parse($parser, "", true);

Completed in 17 milliseconds

12