Home
last modified time | relevance | path

Searched refs:xml_parse_into_struct (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/xml/tests/
H A Dxml_parse_into_struct_error.phpt2 Test xml_parse_into_struct() function : error conditions
17 echo "*** Testing xml_parse_into_struct() : error conditions ***\n";
19 //Test xml_parse_into_struct with one more than the expected number of arguments
26 var_dump( xml_parse_into_struct(null, $data, $struct, $index, $extra_arg) );
28 // Testing xml_parse_into_struct with one less than the expected number of arguments
32 var_dump( xml_parse_into_struct(null, $data) );
37 *** Testing xml_parse_into_struct() : error conditions ***
39 -- Testing xml_parse_into_struct() function with more than expected no. of arguments --
41 Warning: xml_parse_into_struct() expects at most 4 parameters, 5 given in %s on line %d
44 -- Testing xml_parse_into_struct() function with less than expected no. of arguments --
[all …]
H A Dxml_parse_into_struct_variation1.phpt2 Test xml_parse_into_struct() function : usage variations - different types for parser
11 /* Prototype : proto int xml_parse_into_struct(resource parser, string data, array &struct, array …
17 echo "*** Testing xml_parse_into_struct() : usage variations ***\n";
92 var_dump( xml_parse_into_struct($value, $data, $struct, $index) );
99 *** Testing xml_parse_into_struct() : usage variations ***
123 Warning: xml_parse_into_struct() expects parameter 1 to be resource, double given in %s on line %d
148 Warning: xml_parse_into_struct() expects parameter 1 to be resource, array given in %s on line %d
153 Warning: xml_parse_into_struct() expects parameter 1 to be resource, array given in %s on line %d
158 Warning: xml_parse_into_struct() expects parameter 1 to be resource, array given in %s on line %d
173 Warning: xml_parse_into_struct() expects parameter 1 to be resource, null given in %s on line %d
[all …]
H A Dxml_parse_into_struct_variation.phpt2 Test xml_parse_into_struct() function : variation
11 /* Prototype : proto int xml_parse_into_struct(resource parser, string data, array &struct, array …
17 echo "*** Testing xml_parse_into_struct() : variation ***\n";
21 xml_parse_into_struct($p, $simple, $vals, $index);
32 *** Testing xml_parse_into_struct() : variation ***
H A Dbug72099.phpt2 Bug #72099: xml_parse_into_struct segmentation fault
13 xml_parse_into_struct($var1, $var2, $var3, $var4);
H A Dbug65236.phpt9 xml_parse_into_struct(xml_parser_create_ns(), str_repeat("<blah>", 1000), $a);
14 Warning: xml_parse_into_struct(): Maximum depth exceeded - Results truncated in %s on line %d
H A Dxml007.phpt2 xml_parse_into_struct/umlauts in tags
26 xml_parse_into_struct($parser, $xmldata, $struct, $index);
H A Dbug35447.phpt2 Bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM)
25 $result = xml_parse_into_struct($parser, $data, $vals, $index);
H A Dbug26528.phpt11 $res = xml_parse_into_struct($parser,$sample,$vals,$index);
H A Dxml011.phpt20 xml_parse_into_struct($parser, $xml, $vals, $index);
H A Dbug50576.phpt21 xml_parse_into_struct($xml_parser, $XML, $vals, $index);
/PHP-5.5/ext/xml/
H A Dphp_xml.h134 PHP_FUNCTION(xml_parse_into_struct);
H A Dxml.c230 PHP_FE(xml_parse_into_struct, arginfo_xml_parse_into_struct)
1464 PHP_FUNCTION(xml_parse_into_struct) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS128 . Fixed bug #72099 (xml_parse_into_struct segmentation fault). (Stas)
8969 - Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM). (Rob)
9827 - Fixed bug #32001 (xml_parse_into_struct() function exceeds maximum

Completed in 59 milliseconds