Home
last modified time | relevance | path

Searched refs:simplexml_load_string (Results 51 – 75 of 108) sorted by relevance

12345

/PHP-8.0/ext/simplexml/tests/
H A Dbug39662.phpt13 $root = simplexml_load_string($xml);
H A Dbug40451.phpt15 $xml = simplexml_load_string($string);
H A Dbug42369.phpt8 $x = simplexml_load_string($xml . "<q><x>foo</x></q>");
H A D026.phpt30 $people = simplexml_load_string($xml);
H A D029.phpt19 $people = simplexml_load_string($xml);
H A D009b.phpt7 $sxe = simplexml_load_string(<<<EOF
H A D023.phpt18 $sxe = simplexml_load_string($xml);
H A Dbug38424.phpt8 $xml = simplexml_load_string('<xml></xml>');
H A D011.phpt19 $sxe = simplexml_load_string($xml);
H A Dbug38347.phpt17 $xml = simplexml_load_string($xmlstr);
H A Dbug38354.phpt8 $xml = simplexml_load_string(
H A Dprofile10.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
H A D028.phpt28 $people = simplexml_load_string($xml);
H A DSimpleXMLElement_xpath.phpt11 $xml = @simplexml_load_string("XXXXXXX^", 'SimpleXMLElement', XML_PARSE_RECOVER);
H A Dbug39760.phpt15 $test = simplexml_load_string($xml);
H A D008.phpt25 $sxe = simplexml_load_string($xml);
H A Dbug46003.phpt17 $x = simplexml_load_string($xml);
H A D002.phpt25 $sxe = simplexml_load_string($xml);
H A D010.phpt29 var_dump(simplexml_load_string($xml, 'simplexml_inherited'));
H A Dbug43221.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root />');
H A D005.phpt8 $sxe = simplexml_load_string(<<<EOF
H A D009.phpt7 $sxe = simplexml_load_string(<<<EOF
H A D012.phpt15 $sxe = simplexml_load_string($xml);
H A Dsxe_001.phpt28 var_dump(simplexml_load_string($xml, 'SimpleXMLIterator'));
/PHP-8.0/ext/xsl/tests/
H A Dbug70535.phpt11 $xmlInput = simplexml_load_string('<root></root>');

Completed in 17 milliseconds

12345