Searched refs:simplexml_load_string (Results 1 – 25 of 92) sorted by relevance
1234
/PHP-5.4/ext/simplexml/tests/ |
H A D | bug66084_1.phpt | 2 Bug #66084 simplexml_load_string() mangles empty node name, json variant 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 | 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>"); 16 $xml = simplexml_load_string("<root></root>");
|
H A D | 017.phpt | 48 print_xml(simplexml_load_string($xml)); 50 print_xml(simplexml_load_string($xml1)); 52 print_xml2(simplexml_load_string($xml)); 54 print_xml2(simplexml_load_string($xml1));
|
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 | bug37565.phpt | 18 Reflection::export(simplexml_load_string('<test/>', 'Setting')); 25 Error: simplexml_load_string() expects parameter 2 to be a class name derived from SimpleXMLElement…
|
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 | profile12.phpt | 23 $sxe = simplexml_load_string($xml); 27 $sxe = simplexml_load_string($xml, NULL, 0, $nsl['soap']);
|
H A D | profile13.phpt | 23 $sxe = simplexml_load_string($xml); 26 $sxe = simplexml_load_string($xml, NULL, 0, 'soap', 1);
|
H A D | SimpleXMLElement_xpath.phpt | 5 $xml = @simplexml_load_string("XXXXXXX^",$x,0x6000000000000001);
|
H A D | 033.phpt | 21 $foo = simplexml_load_string( "<foo />" ); 22 $people = simplexml_load_string($xml);
|
H A D | profile01.phpt | 7 $root = simplexml_load_string('<?xml version="1.0"?>
|
H A D | profile03.phpt | 7 $root = simplexml_load_string('<?xml version="1.0"?>
|
H A D | 013.phpt | 15 $sxe = simplexml_load_string($xml);
|
H A D | bug37076.phpt | 7 $xml = simplexml_load_string("<root><foo /></root>");
|
H A D | bug46048.phpt | 12 $obj = simplexml_load_string($xml);
|
H A D | bug41867.phpt | 8 $a = simplexml_load_string("<a><b><c/></b></a>");
|
H A D | profile02.phpt | 7 $root = simplexml_load_string('<?xml version="1.0"?>
|
H A D | profile04.phpt | 7 $root = simplexml_load_string('<?xml version="1.0"?>
|
H A D | 021.phpt | 9 $doc = simplexml_load_string('<root><exists>foo</exists></root>');
|
H A D | 020.phpt | 8 $doc = simplexml_load_string('<root><name attr="foo">bar</name></root>');
|
/PHP-5.4/ext/spl/tests/ |
H A D | iterator_006.phpt | 8 $root = simplexml_load_string(b'<?xml version="1.0"?>
|
Completed in 22 milliseconds
1234