Home
last modified time | relevance | path

Searched refs:simplexml_load_string (Results 1 – 25 of 122) sorted by last modified time

12345

/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/tests/
H A Dxml_parsing_LIBXML_RECOVER.phpt8 var_dump(simplexml_load_string('<root><child/>', options: LIBXML_RECOVER));
12 Warning: simplexml_load_string(): %s
14 Warning: simplexml_load_string(): <root><child/> in %s on line %d
16 Warning: simplexml_load_string(): ^ in %s on line %d
H A Dlibxml_global_state_entity_loader_bypass.phpt20 simplexml_load_string($xml);
H A Dgh12167.phpt15 $sxe = simplexml_load_string($xml);
H A Dgh12169.phpt15 $sxe = simplexml_load_string($xml);
H A Dbug55098.phpt8 $xml = simplexml_load_string($xmlString);
H A Diterator_interaction_empty_and_var_dump.phpt14 $sxe = simplexml_load_string($xml);
H A Dgh12208.phpt9 $xml = simplexml_load_string($xml);
H A Dgh12192.phpt9 $xml = simplexml_load_string($xml);
H A Dgh12223.phpt18 $sxe = simplexml_load_string($xml);
H A Dbug12170.phpt17 $sxe = simplexml_load_string($xml);
H A Dbug52751.phpt17 $sxe = simplexml_load_string($xml);
H A DSimpleXMLElement_asXML_fragment_filename.phpt8 $sxe = simplexml_load_string(<<<XML
H A Dgh10983.phpt12 $simplexml = simplexml_load_string($xml);
H A Dgh10200.phpt13 $xml = simplexml_load_string($xmlData);
/php-src/ext/simplexml/
H A Dsimplexml_arginfo.h104 ZEND_FUNCTION(simplexml_load_string);
129 ZEND_FE(simplexml_load_string, arginfo_simplexml_load_string)
H A Dsimplexml.c2238 PHP_FUNCTION(simplexml_load_string) in PHP_FUNCTION() argument
H A Dsimplexml.stub.php7 function simplexml_load_string(string $data, ?string $class_name = SimpleXMLElement::class, int $op… function
/php-src/ext/libxml/tests/
H A Dlibxml_entity_loading_disabled_by_default.phpt27 return simplexml_load_string($xml);
39 return simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOENT);
/php-src/Zend/tests/
H A Dbug79919.phpt10 $b = simplexml_load_string('<xml/>', null, $b);
/php-src/ext/xsl/tests/
H A Dbug70535.phpt9 $xmlInput = simplexml_load_string('<root></root>');
/php-src/ext/spl/tests/
H A Diterator_006.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
/php-src/ext/soap/tests/
H A Dtypemap001.phpt29 $sxe = simplexml_load_string($xml);
H A Dtypemap003.phpt31 $sxe = simplexml_load_string($xml);
H A Dtypemap005.phpt29 $sxe = simplexml_load_string($xml);

Completed in 30 milliseconds

12345