Home
last modified time | relevance | path

Searched refs:xml (Results 151 – 175 of 951) sorted by relevance

12345678910>>...39

/PHP-7.4/ext/dom/tests/
H A Ddomelement.phpt35 echo "\n-- xml:lang --\n";
36 $node->setAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:lang', 'en');
38 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
42 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
44 $lang = $dom->createAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:lang');
97 -- xml:lang --
99 Attribute xml:lang exists?: Yes
101 Attribute xml:lang exists?: No
H A Dbug34276.phpt7 $xml = <<<HERE
8 <?xml version="1.0" encoding="ISO-8859-1" ?>
21 $dom->loadXML($xml);
42 <?xml version="1.0" encoding="ISO-8859-1"?>
H A DDOMNode_replaceChild_basic.phpt11 $document->loadXML('<?xml version="1.0" encoding="utf-8"?>
35 <?xml version="1.0" encoding="utf-8"?>
40 <?xml version="1.0" encoding="utf-8"?>
43 <?xml version="1.0" encoding="utf-8"?>
H A DDOMCharacterData_data_basic_002.phpt24 <?xml version="1.0"?>
27 <?xml version="1.0"?>
H A DDOMDocument_load_variation4.phpt7 - XML_FILE: the xml file to load
17 XML_FILE=/book_with_dtd.xml
23 <?xml version="1.0" encoding="UTF-8"?>
H A Ddom005.phpt16 function adjustDoctype($xml) {
17 return str_replace(array("DOCTYPE HTML",'<p>','</p>'),array("DOCTYPE html",'',''),$xml);
21 <?xml version="1.0" standalone="yes"?>
/PHP-7.4/ext/soap/tests/soap12/
H A DT64.phpt8 <?xml version='1.0' ?>
10 … application_xml SYSTEM 'http://www.isi.edu/in-notes/iana/assignments/media-types/application/xml'>
23 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/simplexml/tests/
H A D003.phpt8 $xml =<<<EOF
9 <?xml version='1.0'?>
29 var_dump(simplexml_load_string($xml));
H A D016.phpt7 $xml =<<<EOF
13 $people = simplexml_load_string($xml);
22 $people = simplexml_load_string($xml);
H A Dbug67116.phpt10 $xml = <<<XML
11 <?xml version="1.0" encoding="UTF-8"?>
24 $sxe = simplexml_load_string($xml);
H A D016a.phpt7 $xml =<<<EOF
13 $people = simplexml_load_string($xml);
H A D036.phpt14 $str = '<xml><c>asdf</c><c>ghjk</c></xml>';
H A DSimpleXMLElement_xpath_4.phpt10 $xml = simplexml_load_string("XXXXXXX^",$x,0x6000000000000001);
11 var_dump($xml);
H A Dbug76712.phpt20 <?xml version="1.0"?>
22 <?xml version="1.0"?>
H A Dforeach_by_reference.phpt8 $xml = <<<XML
15 $people = simplexml_load_string($xml);
H A Dbug74950.phpt10 $xml=new SimpleXMLElement(0,9000000000);var_dump($xml->getDocNamespaces())?>
/PHP-7.4/ext/xml/tests/
H A Dxml011.phpt17 $xml = '<text>start<b /> This &amp; that</text>';
20 xml_parse_into_struct($parser, $xml, $vals, $index);
29 xml_parse($parser, $xml, TRUE);
H A Dbug26614.phpt24 $xmls["CDATA"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
35 $xmls["Comment"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
46 $xmls["Text"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
74 foreach ($xmls as $desc => $xml) {
79 if (!xml_parse($xml_parser, $xml, true))
H A Dbug79922.phpt5 if (!extension_loaded('xml')) die('skip xml extension not available');
H A Dbug26614_libxml.phpt24 $xmls["CDATA"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
35 $xmls["Comment"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
46 $xmls["Text"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
74 foreach ($xmls as $desc => $xml) {
79 if (!xml_parse($xml_parser, $xml, true))
H A Dxml_parser_set_option_basic.phpt5 if (!extension_loaded("xml")) {
13 * Source code: ext/xml/xml.c
/PHP-7.4/ext/xmlreader/tests/
H A Dnext_basic.phpt8 $xml = '<?xml version="1.0" encoding="UTF-8"?><nodes><node1><sub /></node1>
16 $reader->XML($xml);
/PHP-7.4/ext/xmlwriter/tests/
H A D001.phpt8 $doc_dest = '001.xml';
22 <?xml version="1.0" encoding="UTF-8"?>
H A DOO_001.phpt8 $doc_dest = 'OO_001.xml';
23 <?xml version="1.0" encoding="UTF-8" standalone="standalonearg"?>
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug50285.phpt27 <?xml version="1.0" encoding="UTF-8"?>
41 <?xml version="1.0" encoding="UTF-8"?>
55 <?xml version="1.0" encoding="UTF-8"?>
69 <?xml version="1.0" encoding="UTF-8"?>

Completed in 72 milliseconds

12345678910>>...39