Home
last modified time | relevance | path

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

/PHP-5.5/ext/xml/tests/
H A Dxml_parse_error.phpt2 Test xml_parse() function : error conditions
11 /* Prototype : proto int xml_parse(resource parser, string data [, int isFinal])
17 echo "*** Testing xml_parse() : error conditions ***\n";
20 //Test xml_parse with one more than the expected number of arguments
26 var_dump( xml_parse(null, $data, $isFinal, $extra_arg) );
28 // Testing xml_parse with one less than the expected number of arguments
31 var_dump( xml_parse(null) );
36 *** Testing xml_parse() : error conditions ***
38 -- Testing xml_parse() function with more than expected no. of arguments --
40 Warning: xml_parse() expects at most 3 parameters, 4 given in %s on line %d
[all …]
H A Dxml_parse_variation1.phpt2 Test xml_parse() function : usage variations - different types of parser
11 /* Prototype : proto int xml_parse(resource parser, string data [, int isFinal])
17 echo "*** Testing xml_parse() : usage variations ***\n";
93 var_dump( xml_parse($value, $data, $isFinal) );
100 *** Testing xml_parse() : usage variations ***
149 Warning: xml_parse() expects parameter 1 to be resource, array given in %s on line %d
154 Warning: xml_parse() expects parameter 1 to be resource, array given in %s on line %d
159 Warning: xml_parse() expects parameter 1 to be resource, array given in %s on line %d
164 Warning: xml_parse() expects parameter 1 to be resource, array given in %s on line %d
174 Warning: xml_parse() expects parameter 1 to be resource, null given in %s 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 Dxml_closures_001.phpt30 xml_parse($xp, $data, feof($fp));
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-*
104 $success = @xml_parse($parser, $data, true);
108 $success = @xml_parse($parser, substr($data, $offset, $this->chunk_size), false);
114 $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);
/PHP-5.5/ext/xml/
H A Dphp_xml.h123 PHP_FUNCTION(xml_parse);
H A Dxml.c229 PHP_FE(xml_parse, arginfo_xml_parse)
1440 PHP_FUNCTION(xml_parse) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS6567 - Fixed bug #46699 (xml_parse crash when parser is namespace aware). (Rob)
6576 xml_parse()). (Rob)

Completed in 44 milliseconds