Home
last modified time | relevance | path

Searched refs:simplexml_load_string (Results 101 – 125 of 125) sorted by relevance

12345

/php-src/ext/simplexml/tests/
H A D014a.phpt13 $people = simplexml_load_string($xml);
H A DgetDocNamespaces_no_internal_declaration.phpt20 $sxe = simplexml_load_string($xml);
H A D014.phpt13 $people = 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.phpt26 $tplxml = simplexml_load_string($xmlStruct);
H A D006.phpt8 $sxe = simplexml_load_string(<<<EOF
H A Dsxe_002.phpt36 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');
H A D007.phpt25 $sxe = simplexml_load_string($xml);
H A D019.phpt8 $sxe = simplexml_load_string(<<<EOF
H A Dsxe_003.phpt36 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');
H A D024.phpt17 $sxe = simplexml_load_string($xml);
H A Dbug55098.phpt8 $xml = simplexml_load_string($xmlString);
H A D027.phpt28 $people = simplexml_load_string($xml);
H A D031.phpt16 $sxe = simplexml_load_string($xml);
/php-src/ext/dom/tests/modern/xml/
H A Dsimplexml_interop.phpt9 $sxe = simplexml_load_string('<container xmlns="urn:a">foo</container>');
/php-src/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.h104 ZEND_FUNCTION(simplexml_load_string);
129 ZEND_FE(simplexml_load_string, arginfo_simplexml_load_string)
H A Dsimplexml.c2240 PHP_FUNCTION(simplexml_load_string) in PHP_FUNCTION() argument
/php-src/ext/libxml/tests/
H A D002.phpt19 $doc = simplexml_load_string($xmlstr);
/php-src/ext/soap/tests/
H A Dtypemap003.phpt31 $sxe = simplexml_load_string($xml);
H A Dtypemap007.phpt31 $sxe = simplexml_load_string($xml);
H A Dtypemap001.phpt29 $sxe = simplexml_load_string($xml);
H A Dtypemap005.phpt29 $sxe = simplexml_load_string($xml);
/php-src/ext/soap/tests/bugs/
H A Dbug30045.phpt25 $xml = simplexml_load_string($request);

Completed in 97 milliseconds

12345