Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/simplexml/tests/
H A Dbug66084_1.phpt2 Bug #66084 simplexml_load_string() mangles empty node name, json variant
8 echo json_encode(simplexml_load_string('<a><b/><c><x/></c></a>')->c), "\n";
9 echo json_encode(simplexml_load_string('<a><b/><c><x/></c></a>')), "\n";
10 echo json_encode(simplexml_load_string('<a><b/><d/><c><x/></c></a>')), "\n";
11 echo json_encode(simplexml_load_string('<a><b/><c><d/><x/></c></a>')), "\n";
12 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 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 Dbug35785.phpt8 $xml = simplexml_load_string("<root></root>");
11 $xml = simplexml_load_string("<root></root>");
15 $xml = simplexml_load_string("<root></root>");
H A DSimpleXMLElement_xpath_4.phpt10 $xml = simplexml_load_string("XXXXXXX^",$x,0x6000000000000001);
16 Warning: simplexml_load_string(): Invalid options in %s on line %d
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 DSimpleXMLElement_xpath_3.phpt9 $xml = simplexml_load_string("XXXXXXX^",$x,0x6000000000000001);
15 Warning: simplexml_load_string() expects parameter 3 to be int, float given in %s on line %d
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 Dbug37565.phpt19 Reflection::export(simplexml_load_string('<test/>', 'Setting'));
33 Error: simplexml_load_string() expects parameter 2 to be a class name derived from SimpleXMLElement…
H A Dprofile12.phpt23 $sxe = simplexml_load_string($xml);
27 $sxe = simplexml_load_string($xml, NULL, 0, $nsl['soap']);
H A Dprofile13.phpt23 $sxe = simplexml_load_string($xml);
26 $sxe = simplexml_load_string($xml, NULL, 0, 'soap', 1);
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 D013.phpt15 $sxe = simplexml_load_string($xml);
H A Dbug37076.phpt7 $xml = simplexml_load_string("<root><foo /></root>");
H A Dbug46048.phpt12 $obj = simplexml_load_string($xml);
H A D033.phpt21 $foo = simplexml_load_string( "<foo />" );
22 $people = simplexml_load_string($xml);
H A Dbug41867.phpt8 $a = simplexml_load_string("<a><b><c/></b></a>");
/PHP-7.4/Zend/tests/
H A Dbug79919.phpt10 $b = simplexml_load_string('<xml/>', null, $b);

Completed in 44 milliseconds

12345