Searched refs:xml_parse_into_struct (Results 1 – 14 of 14) sorted by relevance
/PHP-8.0/ext/xml/tests/ |
H A D | xml_parse_into_struct_variation.phpt | 2 Test xml_parse_into_struct() function : variation 11 echo "*** Testing xml_parse_into_struct() : variation ***\n"; 15 xml_parse_into_struct($p, $simple, $vals, $index); 26 *** Testing xml_parse_into_struct() : variation ***
|
H A D | bug72099.phpt | 2 Bug #72099: xml_parse_into_struct segmentation fault 13 xml_parse_into_struct($var1, $var2, $var3, $var4);
|
H A D | bug65236.phpt | 9 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 D | bug30875.phpt | 2 Bug #30875 (xml_parse_into_struct() does not resolve entities) 18 xml_parse_into_struct($parser, $xml, $vals);
|
H A D | xml007.phpt | 2 xml_parse_into_struct/umlauts in tags 26 xml_parse_into_struct($parser, $xmldata, $struct, $index);
|
H A D | bug35447.phpt | 2 Bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM) 25 $result = xml_parse_into_struct($parser, $data, $vals, $index);
|
H A D | bug26528.phpt | 11 $res = xml_parse_into_struct($parser,$sample,$vals,$index);
|
H A D | bug70962.phpt | 14 xml_parse_into_struct($parser, $xml, $values);
|
H A D | xml011.phpt | 20 xml_parse_into_struct($parser, $xml, $vals, $index);
|
H A D | bug50576.phpt | 21 xml_parse_into_struct($xml_parser, $XML, $vals, $index);
|
/PHP-8.0/ext/xml/ |
H A D | xml_arginfo.h | 99 ZEND_FUNCTION(xml_parse_into_struct); 124 ZEND_FE(xml_parse_into_struct, arginfo_xml_parse_into_struct)
|
H A D | xml.stub.php | 47 function xml_parse_into_struct(XMLParser $parser, string $data, &$values, &$index = null): int {} function
|
H A D | xml.c | 1278 PHP_FUNCTION(xml_parse_into_struct) in PHP_FUNCTION() argument
|
/PHP-8.0/ext/libxml/tests/ |
H A D | libxml_entity_loading_disabled_by_default.phpt | 31 xml_parse_into_struct($p, $xml, $vals, $index);
|
Completed in 18 milliseconds