Home
last modified time | relevance | path

Searched refs:simplexml_load_string (Results 101 – 123 of 123) sorted by last modified time

12345

/php-src/ext/simplexml/tests/
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 Dbug36611.phpt17 $xml = simplexml_load_string($xml_str);
H A Dbug37076.phpt7 $xml = simplexml_load_string("<root><foo /></root>");
H A Dbug37076_1.phpt8 $xml = simplexml_load_string("<root><foo /></root>");
H A Dbug38354.phpt8 $xml = simplexml_load_string(
H A Dbug38424.phpt8 $xml = simplexml_load_string('<xml></xml>');
H A Dbug39662.phpt13 $root = simplexml_load_string($xml);
H A Dbug39760.phpt15 $test = simplexml_load_string($xml);
H A Dbug40451.phpt15 $xml = simplexml_load_string($string);
H A Dbug41861.phpt8 $xml = simplexml_load_string('<root>
H A Dbug41867.phpt8 $a = simplexml_load_string("<a><b><c/></b></a>");
H A Dbug41947.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root xmlns:myns="http://myns" …
H A Dbug42369.phpt8 $x = simplexml_load_string($xml . "<q><x>foo</x></q>");
H A Dbug43221.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root />');
H A Dbug46048.phpt12 $obj = simplexml_load_string($xml);
H A Dbug48601.phpt8 $sxe = simplexml_load_string('<root><node1>1</node1></root>');
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 Dbug75245.phpt7 var_dump(simplexml_load_string('<test1><test2> </test2><test3></test3></test1>'));
H A Dkey_error.phpt15 $sxe = simplexml_load_string($xml);
H A Dprofile01.phpt7 $root = simplexml_load_string('<?xml version="1.0"?>
/php-src/ext/libxml/tests/
H A D002.phpt19 $doc = simplexml_load_string($xmlstr);
H A D003.phpt18 simplexml_load_string($xmlstr);
/php-src/Zend/tests/
H A Dbug34199.phpt8 $xml = simplexml_load_string($xml);

Completed in 32 milliseconds

12345