Home
last modified time | relevance | path

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

12345

/PHP-8.0/ext/simplexml/tests/
H A Dbug66084_1.phpt2 Bug #66084 simplexml_load_string() mangles empty node name, json variant
7 echo json_encode(simplexml_load_string('<a><b/><c><x/></c></a>')->c), "\n";
8 echo json_encode(simplexml_load_string('<a><b/><c><x/></c></a>')), "\n";
9 echo json_encode(simplexml_load_string('<a><b/><d/><c><x/></c></a>')), "\n";
10 echo json_encode(simplexml_load_string('<a><b/><c><d/><x/></c></a>')), "\n";
11 echo json_encode(simplexml_load_string('<a><b/><c><d><x/></d></c></a>')), "\n";
H A Dbug66084_0.phpt2 Bug #66084 simplexml_load_string() mangles empty node name, var_dump variant
7 echo var_dump(simplexml_load_string('<a><b/><c><x/></c></a>')), "\n";
8 echo var_dump(simplexml_load_string('<a><b/><d/><c><x/></c></a>')), "\n";
9 echo var_dump(simplexml_load_string('<a><b/><c><d/><x/></c></a>')), "\n";
10 echo var_dump(simplexml_load_string('<a><b/><c><d><x/></d></c></a>')), "\n";
H A D032.phpt31 $people = simplexml_load_string($xml);
32 $people1 = simplexml_load_string($xml);
33 $people2 = simplexml_load_string($xml1);
H A Dbug35785.phpt8 $xml = simplexml_load_string("<root></root>");
11 $xml = simplexml_load_string("<root></root>");
15 $xml = simplexml_load_string("<root></root>");
H A D017.phpt47 print_xml(simplexml_load_string($xml));
49 print_xml(simplexml_load_string($xml1));
51 print_xml2(simplexml_load_string($xml));
53 print_xml2(simplexml_load_string($xml1));
H A DSimpleXMLElement_xpath_4.phpt12 simplexml_load_string("XXXXXXX^", $x, 0x6000000000000001);
20 simplexml_load_string(): Argument #3 ($options) is too large
H A Dbug61335.phpt9 $rec1 = simplexml_load_string("<foo><bar>aa</bar>\n</foo>");
10 $rec2 = simplexml_load_string("<foo><bar>aa</bar></foo>");
H A Dbug67572.phpt13 $xml = simplexml_load_string("<xml><something>somevalue</something></xml>");
14 $xml2 = simplexml_load_string("<xml>\n<something>somevalue</something>\n</xml>");
H A Dbug69169.phpt2 Bug #69169 (simplexml_load_string parse wrongly when xml given in one row)
19 $simple_xml = simplexml_load_string($b);
H A D016.phpt13 $people = simplexml_load_string($xml);
22 $people = simplexml_load_string($xml);
H A D025.phpt19 $sxe = simplexml_load_string($xml);
33 $sxe = simplexml_load_string($xml);
43 $sxe = simplexml_load_string($xml);
H A D015.phpt20 $people = simplexml_load_string($xml);
34 $people = simplexml_load_string($xml2);
H A D018.phpt42 traverse_xml("",simplexml_load_string($xml));
44 traverse_xml("",simplexml_load_string($xml1));
H A Dprofile13.phpt23 $sxe = simplexml_load_string($xml);
26 $sxe = simplexml_load_string($xml, NULL, 0, 'soap', 1);
H A Dprofile12.phpt23 $sxe = simplexml_load_string($xml);
27 $sxe = simplexml_load_string($xml, NULL, 0, $nsl['soap']);
H A D038.phpt10 $root = simplexml_load_string($xml);
H A D013.phpt15 $sxe = simplexml_load_string($xml);
H A Dbug37076.phpt7 $xml = simplexml_load_string("<root><foo /></root>");
H A Dprofile01.phpt7 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile03.phpt7 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dbug46048.phpt12 $obj = simplexml_load_string($xml);
H A Dbug41867.phpt8 $a = simplexml_load_string("<a><b><c/></b></a>");
/PHP-8.0/ext/libxml/tests/
H A Dlibxml_entity_loading_disabled_by_default.phpt26 return simplexml_load_string($xml);
38 return simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOENT);
/PHP-8.0/Zend/tests/
H A Dbug79919.phpt10 $b = simplexml_load_string('<xml/>', null, $b);
/PHP-8.0/ext/spl/tests/
H A Diterator_006.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>

Completed in 52 milliseconds

12345