Searched refs:simplexml_load_string (Results 1 – 25 of 127) sorted by relevance
123456
/php-src/ext/simplexml/tests/ |
H A D | bug66084_1.phpt | 2 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 D | xml_parsing_LIBXML_RECOVER.phpt | 8 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 D | bug66084_0.phpt | 2 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 D | 032.phpt | 31 $people = simplexml_load_string($xml); 32 $people1 = simplexml_load_string($xml); 33 $people2 = simplexml_load_string($xml1);
|
H A D | bug35785.phpt | 8 $xml = simplexml_load_string("<root></root>"); 11 $xml = simplexml_load_string("<root></root>"); 15 $xml = simplexml_load_string("<root></root>");
|
H A D | 017.phpt | 47 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 D | SimpleXMLElement_xpath_4.phpt | 13 simplexml_load_string("XXXXXXX^", $x, 0x6000000000000001); 21 simplexml_load_string(): Argument #3 ($options) is too large
|
H A D | bug61335.phpt | 7 $rec1 = simplexml_load_string("<foo><bar>aa</bar>\n</foo>"); 8 $rec2 = simplexml_load_string("<foo><bar>aa</bar></foo>");
|
H A D | bug67572.phpt | 11 $xml = simplexml_load_string("<xml><something>somevalue</something></xml>"); 12 $xml2 = simplexml_load_string("<xml>\n<something>somevalue</something>\n</xml>");
|
H A D | bug69169.phpt | 2 Bug #69169 (simplexml_load_string parse wrongly when xml given in one row) 17 $simple_xml = simplexml_load_string($b);
|
H A D | 016.phpt | 13 $people = simplexml_load_string($xml); 22 $people = simplexml_load_string($xml);
|
H A D | 025.phpt | 19 $sxe = simplexml_load_string($xml); 33 $sxe = simplexml_load_string($xml); 43 $sxe = simplexml_load_string($xml);
|
H A D | 015.phpt | 20 $people = simplexml_load_string($xml); 34 $people = simplexml_load_string($xml2);
|
H A D | 018.phpt | 42 traverse_xml("",simplexml_load_string($xml)); 44 traverse_xml("",simplexml_load_string($xml1));
|
H A D | profile13.phpt | 23 $sxe = simplexml_load_string($xml); 26 $sxe = simplexml_load_string($xml, NULL, 0, 'soap', 1);
|
H A D | profile12.phpt | 23 $sxe = simplexml_load_string($xml); 27 $sxe = simplexml_load_string($xml, NULL, 0, $nsl['soap']);
|
H A D | 038.phpt | 10 $root = simplexml_load_string($xml);
|
H A D | 013.phpt | 13 $sxe = simplexml_load_string($xml);
|
H A D | profile03.phpt | 7 $root = simplexml_load_string('<?xml version="1.0"?>
|
H A D | bug37076.phpt | 7 $xml = simplexml_load_string("<root><foo /></root>");
|
H A D | profile01.phpt | 7 $root = simplexml_load_string('<?xml version="1.0"?>
|
H A D | bug75245.phpt | 7 var_dump(simplexml_load_string('<test1><test2> </test2><test3></test3></test1>'));
|
/php-src/ext/libxml/tests/ |
H A D | libxml_entity_loading_disabled_by_default.phpt | 27 return simplexml_load_string($xml); 39 return simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOENT);
|
/php-src/Zend/tests/ |
H A D | bug79919.phpt | 10 $b = simplexml_load_string('<xml/>', null, $b);
|
/php-src/ext/reflection/tests/ |
H A D | gh16187.phpt | 8 $simplexml = simplexml_load_string($xml);
|
Completed in 29 milliseconds
123456