Home
last modified time | relevance | path

Searched refs:xml (Results 251 – 275 of 951) sorted by path

1...<<11121314151617181920>>...39

/PHP-5.5/ext/simplexml/tests/
H A Dprofile08.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile09.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile10.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile11.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile12.phpt8 $xml =<<<EOF
9 <?xml version="1.0" encoding="utf-8"?>
23 $sxe = simplexml_load_string($xml);
27 $sxe = simplexml_load_string($xml, NULL, 0, $nsl['soap']);
H A Dprofile13.phpt8 $xml =<<<EOF
9 <?xml version="1.0" encoding="utf-8"?>
23 $sxe = simplexml_load_string($xml);
26 $sxe = simplexml_load_string($xml, NULL, 0, 'soap', 1);
H A Dsimplexml_import_dom.phpt9 $dom->load(dirname(__FILE__)."/book.xml");
H A Dsimplexml_load_file.phpt7 $simple = simplexml_load_file(dirname(__FILE__)."/book.xml");
H A Dsxe_001.phpt11 $xml =<<<EOF
12 <?xml version='1.0'?>
28 var_dump(simplexml_load_string((binary)$xml, 'SimpleXMLIterator'));
H A Dsxe_002.phpt11 $xml =<<<EOF
12 <?xml version='1.0'?>
38 $sxe = simplexml_load_string((binary)$xml, 'SimpleXMLIterator');
H A Dsxe_003.phpt11 $xml =<<<EOF
12 <?xml version='1.0'?>
38 $sxe = simplexml_load_string((binary)$xml, 'SimpleXMLIterator');
H A Dsxe_004.phpt11 $xml =<<<EOF
12 <?xml version='1.0'?>
77 $sxe = new SXETest((binary)$xml);
H A Dsxe_005.phpt11 $xml =<<<EOF
12 <?xml version='1.0'?>
29 $sxe = new SXETest((binary)$xml);
/PHP-5.5/ext/skeleton/
H A Dcreate_stubs62 if (xml && xml != "yes") {
63 xmldoc = xml
174 if (xml) print xmlhead > xmldoc
271 if (xml) print xmlstr > xmldoc
281 if (xml) print xmlfoot > xmldoc
/PHP-5.5/ext/soap/
H A DTODO.old14 make the 'soap' packet abstract.. maybe incorperate xml-rpc
H A Dphp_encoding.c101 #define FIND_XML_NULL(xml,zval) \ argument
104 if (!xml) { \
108 if (xml->properties) { \
109 null = get_attribute(xml->properties, "nil"); \
117 #define CHECK_XML_NULL(xml) \ argument
120 if (!xml) { \
126 if (xml->properties) { \
127 null = get_attribute(xml->properties, "nil"); \
137 #define FIND_ZVAL_NULL(zval, xml, style) \ argument
141 set_xsi_nil(xml); \
[all …]
/PHP-5.5/ext/soap/tests/
H A Dbug48557.phpt18 <?xml version="1.0"?>
19 …ce" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://xml.apache.org/xml-soap" xmlns:…
H A Dbug68361.phpt8 $xml = <<<XML
9 <?xml version="1.0" encoding="UTF-8"?>
89 file_put_contents(__DIR__ . "/bug68361.xml", $xml);
90 $client = new SoapClient(__DIR__ . "/bug68361.xml");
98 unlink(__DIR__ . "/bug68361.xml");
H A Dbug70388.phpt7 …:"SoapClient":3:{s:3:"uri";s:1:"X";s:8:"location";s:22:"http://localhost/a.xml";s:17:"__default_he…
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug28751.phpt19 <?xml version="1.0" encoding="ISO-8859-1"?>
36 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug29795.phpt17 <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org…
H A Dbug29795.wsdl1 ….w3.org/2001/XMLSchema" xmlns:tns="http://xml.amazon.com/AWSProductData/2004-08-01" targetNamespac…
3 …<xs:schema targetNamespace="http://xml.amazon.com/AWSProductData/2004-08-01" elementFormDefault="q…
H A Dbug29839.phpt2 Bug #29839 (incorrect convert (xml:lang to lang))
39 <?xml version="1.0" encoding="UTF-8"?>
40 …oap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:valu…
41 <?xml version="1.0" encoding="UTF-8"?>
42 …oap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:valu…
H A Dbug29839.wsdl4 <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd" />
9 <attribute ref="xml:lang" use="required"/>
H A Dbug30045.phpt26 $xml = simplexml_load_string($request);
27 …echo $xml->children("http://schemas.xmlsoap.org/soap/envelope/")->Body->children("http://test-uri"…
28 unset($xml);

Completed in 90 milliseconds

1...<<11121314151617181920>>...39