Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/xml/tests/
H A Dbug73135.phpt2 Bug #73135 (xml_parse() segmentation fault)
10 xml_parse($parser, $xml);
21 xml_parse($parser, $xml);
24 Warning: xml_parse(): Parser must not be called recursively in %s%ebug73135.php on line %d
26 Warning: xml_parse(): Parser must not be called recursively in %s%ebug73135.php on line %d
28 Warning: xml_parse(): Unable to call handler ahihi() in %s%ebug73135.php on line %d
30 Warning: xml_parse(): Unable to call handler ahihi() in %s%ebug73135.php on line %d
H A Dbug81351.phpt2 Bug #81351 (xml_parse may fail, but has no error code)
17 $success = xml_parse($parser, $xml, false);
20 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
21 $success = xml_parse($parser, 'Y>', true);
24 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
27 xml_parse returned 1, xml_get_error_code = 0, xml_error_string = No error
28 xml_parse returned 0, xml_get_error_code = 5, xml_error_string = Invalid document end
H A Dbug72085.phpt11 xml_parse($var1, str_repeat("<a>", 10));
19 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
25 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
31 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
37 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
43 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
49 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
55 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
61 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
67 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
[all …]
H A Dbug46699.phpt2 Bug #46699: (xml_parse crash when parser is namespace aware)
26 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…
62 $success = @xml_parse($parser, $data, true);
66 $success = @xml_parse($parser, substr($data, $offset, $this->chunk_size), false);
72 $success = @xml_parse($parser, "", true);
H A Dbug27908.phpt16 xml_parse($xp, '<root></root>',TRUE);
H A Dbug72714.phpt22 xml_parse($xml_parser, $xml);
H A Dxml_closures_001.phpt30 xml_parse($xp, $data, feof($fp));
H A Dbug71592.phpt26 xml_parse($parser, $xml);
H A Dbug30266.phpt28 xml_parse($parser, $data, true);
H A Dbug25666.phpt29 xml_parse($parser, $xml);
H A Dxml009.phpt29 xml_parse($parser, $xml);
H A Dxml010.phpt33 xml_parse($parser, $xml);
H A Dxml011.phpt29 xml_parse($parser, $xml, TRUE);
H A Dxml_set_processing_instruction_handler_basic.phpt31 xml_parse($parser, $data, 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);
H A Dbug50576.phpt33 xml_parse($xml_parser, $XML);
H A Dxml_set_start_namespace_decl_handler_basic.phpt31 xml_parse( $parser, $xml, true);
H A Dxml003.phpt66 if (!xml_parse($xml_parser, $data, feof($fp))) {
H A Dxml001.phpt25 if (!xml_parse($xml_parser, $data, feof($fp))) {
H A Dbug26614.phpt79 if (!xml_parse($xml_parser, $xml, true))
H A Dxml002.phpt67 if (!xml_parse($xml_parser, $data, feof($fp))) {
H A Dbug26614_libxml.phpt79 if (!xml_parse($xml_parser, $xml, true))
H A Dxml_set_notation_decl_handler_basic.phpt45 xml_parse($parser, $data, true);

Completed in 27 milliseconds

12