Home
last modified time | relevance | path

Searched refs:simplexml_load_string (Results 76 – 100 of 108) sorted by relevance

12345

/PHP-8.0/ext/simplexml/tests/
H A D004.phpt8 $sxe = simplexml_load_string(<<<EOF
H A D022.phpt13 $sxe = simplexml_load_string($xml);
H A D030.phpt16 $sxe = simplexml_load_string($xml);
H A Dprofile11.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
H A D003.phpt29 var_dump(simplexml_load_string($xml));
H A D014b.phpt14 $people = simplexml_load_string($xml);
H A Dbug27010.phpt17 $sxe = simplexml_load_string($xml);
H A Dlibxml_global_state_entity_loader_bypass.phpt19 simplexml_load_string($xml);
H A D014.phpt13 $people = simplexml_load_string($xml);
H A D014a.phpt13 $people = simplexml_load_string($xml);
H A Dbug67116.phpt24 $sxe = simplexml_load_string($xml);
H A Dbug41861.phpt8 $xml = simplexml_load_string('<root>
H A Dbug45553.phpt14 $x = simplexml_load_string($xml);
H A Dbug72588.phpt28 $tplxml = simplexml_load_string($xmlStruct);
H A D006.phpt8 $sxe = simplexml_load_string(<<<EOF
H A D007.phpt25 $sxe = simplexml_load_string($xml);
H A D019.phpt8 $sxe = simplexml_load_string(<<<EOF
H A Dsxe_002.phpt38 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');
H A D024.phpt17 $sxe = simplexml_load_string($xml);
H A Dsxe_003.phpt38 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');
H A D027.phpt28 $people = simplexml_load_string($xml);
/PHP-8.0/ext/simplexml/
H A Dsimplexml.stub.php7 function simplexml_load_string(string $data, ?string $class_name = SimpleXMLElement::class, int $op… function
H A Dsimplexml_arginfo.h100 ZEND_FUNCTION(simplexml_load_string);
126 ZEND_FE(simplexml_load_string, arginfo_simplexml_load_string)
/PHP-8.0/ext/libxml/tests/
H A D002.phpt19 $doc = simplexml_load_string($xmlstr);
/PHP-8.0/ext/soap/tests/
H A Dtypemap003.phpt31 $sxe = simplexml_load_string($xml);

Completed in 24 milliseconds

12345