Home
last modified time | relevance | path

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

12345

/php-src/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 Dxml_parsing_LIBXML_RECOVER.phpt8 var_dump(simplexml_load_string('<root><child/>', options: LIBXML_RECOVER));
12 Warning: simplexml_load_string(): %s
14 Warning: simplexml_load_string(): <root><child/> in %s on line %d
16 Warning: simplexml_load_string(): ^ in %s on line %d
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.phpt13 simplexml_load_string("XXXXXXX^", $x, 0x6000000000000001);
21 simplexml_load_string(): Argument #3 ($options) is too large
H A Dbug61335.phpt7 $rec1 = simplexml_load_string("<foo><bar>aa</bar>\n</foo>");
8 $rec2 = simplexml_load_string("<foo><bar>aa</bar></foo>");
H A Dbug67572.phpt11 $xml = simplexml_load_string("<xml><something>somevalue</something></xml>");
12 $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)
17 $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.phpt13 $sxe = simplexml_load_string($xml);
H A Dprofile03.phpt7 $root = simplexml_load_string('<?xml version="1.0"?>
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 Dbug75245.phpt7 var_dump(simplexml_load_string('<test1><test2> </test2><test3></test3></test1>'));
/php-src/ext/libxml/tests/
H A Dlibxml_entity_loading_disabled_by_default.phpt27 return simplexml_load_string($xml);
39 return simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOENT);
/php-src/Zend/tests/
H A Dbug79919.phpt10 $b = simplexml_load_string('<xml/>', null, $b);
/php-src/ext/spl/tests/
H A Diterator_006.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>

Completed in 41 milliseconds

12345