Home
last modified time | relevance | path

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

/PHP-8.4/ext/xml/tests/
H A Dgh12254.phpt2 GH-12254: xml_parse_into_struct() memory leak when called twice
12 var_dump(xml_parse_into_struct($parser, "<container/>", $values, $tags));
17 xml_parse_into_struct($parser, "<container/>", $values, $tags);
19 xml_parse_into_struct($parser, "<container/>", $values, $tags);
28 Warning: xml_parse_into_struct(): Parser must not be called recursively in %s on line %d
H A Dgh15868.phpt2 GH-15868 (Assertion failure in xml_parse_into_struct after exception)
15 xml_parse_into_struct($parser, "<container/>", $values, $tags);
28 xml_parse_into_struct($parser, "<container/>", $values, $tags);
38 xml_parse_into_struct($parser, "<root><![CDATA[x]]></root>", $values, $tags);
H A Dxml_parse_into_struct_variation.phpt2 Test xml_parse_into_struct() function : variation
7 echo "*** Testing xml_parse_into_struct() : variation ***\n";
11 xml_parse_into_struct($p, $simple, $vals, $index);
22 *** Testing xml_parse_into_struct() : variation ***
H A Dbug72099.phpt2 Bug #72099: xml_parse_into_struct segmentation fault
11 xml_parse_into_struct($var1, $var2, $var3, $var4);
H A Dbug65236.phpt7 xml_parse_into_struct(xml_parser_create_ns(), str_repeat("<blah>", 1000), $a);
12 Warning: xml_parse_into_struct(): Maximum depth exceeded - Results truncated in %s on line %d
H A DXML_OPTION_PARSE_HUGE.phpt50 echo "--- Parse using xml_parse_into_struct (failure) ---\n";
52 $ret = xml_parse_into_struct($parser, $long_xml_head, $values, $index);
55 echo "--- Parse using xml_parse_into_struct (success) ---\n";
57 $ret = xml_parse_into_struct($parser, $long_xml_head . $long_xml_tail, $values, $index);
77 --- Parse using xml_parse_into_struct (failure) ---
82 --- Parse using xml_parse_into_struct (success) ---
H A Dbug30875.phpt2 Bug #30875 (xml_parse_into_struct() does not resolve entities)
16 xml_parse_into_struct($parser, $xml, $vals);
H A Dxml007.phpt2 xml_parse_into_struct/umlauts in tags
27 xml_parse_into_struct($parser, $xmldata, $struct, $index);
H A Dbug35447.phpt2 Bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM)
26 $result = xml_parse_into_struct($parser, $data, $vals, $index);
H A Dbug26528.phpt9 $res = xml_parse_into_struct($parser,$sample,$vals,$index);
H A Dbug70962.phpt12 xml_parse_into_struct($parser, $xml, $values);
H A Dgh14124.phpt24 xml_parse_into_struct($parser, $long_xml_head . $long_xml_tail, $values, $index);
H A Dgh14637.phpt28 $ret = xml_parse_into_struct($parser, $long_xml_head . $long_xml_tail, $values, $index);
H A Dxml011.phpt18 xml_parse_into_struct($parser, $xml, $vals, $index);
H A Dbug50576.phpt19 xml_parse_into_struct($xml_parser, $XML, $vals, $index);
/PHP-8.4/ext/libxml/tests/
H A Dlibxml_entity_loading_disabled_by_default.phpt32 xml_parse_into_struct($p, $xml, $vals, $index);
/PHP-8.4/ext/xml/
H A Dxml_arginfo.h98 ZEND_FUNCTION(xml_parse_into_struct);
122 ZEND_FE(xml_parse_into_struct, arginfo_xml_parse_into_struct)
H A Dxml.stub.php179 function xml_parse_into_struct(XMLParser $parser, string $data, &$values, &$index = null): int|fals… function
H A Dxml.c1350 PHP_FUNCTION(xml_parse_into_struct) in PHP_FUNCTION() argument
/PHP-8.4/
H A DUPGRADING1147 xml_parse_into_struct.

Completed in 25 milliseconds