Home
last modified time | relevance | path

Searched refs:xml (Results 76 – 100 of 951) sorted by relevance

12345678910>>...39

/PHP-5.5/ext/simplexml/tests/
H A Dbug39662.phpt8 $xml = '<?xml version="1.0" encoding="utf-8" ?>
13 $root = simplexml_load_string($xml);
H A Dbug40451.phpt9 <?xml version="1.0"?>
15 $xml = simplexml_load_string($string);
17 $add = $xml->addChild('Host');
H A Dbug42369.phpt7 $xml = '<?xml version="1.0" encoding="utf-8"?>';
8 $x = simplexml_load_string($xml . "<q><x>foo</x></q>");
H A D018.phpt7 $xml =<<<EOF
30 function traverse_xml($pad,$xml) {
31 foreach($xml->children() as $name => $node) {
42 traverse_xml("",simplexml_load_string($xml));
H A D023.phpt8 $xml =<<<EOF
9 <?xml version='1.0'?>
18 $sxe = simplexml_load_string($xml);
H A Dbug38354.phpt8 $xml = simplexml_load_string(
14 foreach ($xml->xpath("//*") as $element) {
21 string(101) "<?xml version="1.0"?>
H A Dsxe_005.phpt11 $xml =<<<EOF
12 <?xml version='1.0'?>
29 $sxe = new SXETest((binary)$xml);
H A Dbug39760.phpt8 $xml = '<?xml version="1.0" ?>
15 $test = simplexml_load_string($xml);
H A D011.phpt10 $xml =<<<EOF
11 <?xml version="1.0" encoding="ISO-8859-1" ?>
19 $sxe = simplexml_load_string($xml);
H A D032.phpt7 $xml =<<<EOF
31 $people = simplexml_load_string($xml);
32 $people1 = simplexml_load_string($xml);
/PHP-5.5/ext/dom/tests/
H A DDOMNode_C14N_basic.phpt9 $xml = <<< XML
10 <?xml version="1.0" ?>
24 $doc->loadXML($xml);
H A Ddom_comment_variation.phpt10 $xml = <<< EOXML
11 <?xml version="1.0" encoding="ISO-8859-1"?><courses><!-- Hello World! --></courses>
15 $dom->loadXML($xml);
H A Dbug40836.phpt9 $xml = (binary)'<?xml version="1.0" encoding="utf-8"?>
20 $dom->loadXML($xml);
28 <?xml version="1.0" encoding="utf-8"?>
H A Ddom_set_attr_node.phpt10 $xml = <<<HERE
11 <?xml version="1.0" ?>
16 <?xml version="1.0" ?>
21 $dom->loadXML($xml);
H A DDOMDocument_savexml_basic.phpt13 $xml = <<< EOXML
14 <?xml version="1.0" encoding="utf-8"?>
26 $dom->loadXML($xml);
H A DDOMDocument_relaxNGValidate_error1.phpt12 $xml = <<< XML
13 <?xml version="1.0"?>
20 $doc->loadXML($xml);
H A DDOMDocument_preserveWhiteSpace_variations.phpt13 $doc->load(dirname(__FILE__)."/book.xml");
20 $doc->load(dirname(__FILE__)."/book.xml");
26 <?xml version="1.0"?>
39 <?xml version="1.0"?>
H A Ddom_comment_basic.phpt10 $xml = <<< EOXML
11 <?xml version="1.0" encoding="ISO-8859-1"?>
18 $dom->loadXML($xml);
H A Dbug41374.phpt7 $xml = (binary)<<<EOXML
8 <?xml version="1.0" encoding="ISO-8859-1" ?>
13 $doc->loadXML($xml);
/PHP-5.5/ext/xmlwriter/tests/
H A DOO_001.phpt9 $doc_dest = '001.xml';
20 unlink('001.xml');
24 <?xml version="1.0" encoding="UTF-8" standalone="standalonearg"?>
H A D005.phpt12 $doc_dest = '001.xml';
27 unlink('001.xml');
31 <?xml version="1.0" encoding="UTF-8"?>
H A DOO_005.phpt12 $doc_dest = '001.xml';
27 unlink('001.xml');
31 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/xmlreader/tests/
H A Dbug42139.phpt10 $xml = <<<XML
11 <?xml version="1.0" encoding="utf-8"?>
20 $reader->XML( $xml, NULL, LIBXML_NOENT);
/PHP-5.5/ext/wddx/tests/
H A Dbug45901.phpt11 $xml = new SimpleXMLElement('<data></data>');
12 $xml->addChild('test');
13 echo wddx_serialize_value($xml, 'Variables') . "\n";
/PHP-5.5/ext/xmlrpc/tests/
H A D005.phpt24 <?xml version="1.0" encoding="utf-8"?>
32 <?xml version="1.0" encoding="utf-8"?>
40 <?xml version="1.0" encoding="utf-8"?>

Completed in 25 milliseconds

12345678910>>...39