Home
last modified time | relevance | path

Searched refs:XML (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/php-src/ext/dom/tests/modern/xml/
H A DElement_innerOuterHTML_reading_errors.phpt99 The resulting XML serialization is not well-formed
100 The resulting XML serialization is not well-formed
101 The resulting XML serialization is not well-formed
102 The resulting XML serialization is not well-formed
103 The resulting XML serialization is not well-formed
104 The resulting XML serialization is not well-formed
105 The resulting XML serialization is not well-formed
106 The resulting XML serialization is not well-formed
107 The resulting XML serialization is not well-formed
108 The resulting XML serialization is not well-formed
[all …]
H A DElement_innerHTML_writing_errors.phpt2 Test writing Element::$innerHTML on XML documents - error cases
8 $dom = DOM\XMLDocument::createFromString(<<<XML
13 XML);
36 XML fragment is not well-formed
38 XML fragment is not well-formed
40 XML fragment is not well-formed
42 XML fragment is not well-formed
44 XML fragment is not well-formed
46 XML fragment is not well-formed
/php-src/ext/dom/tests/
H A Dgh12870_b.phpt12 test('http://www.w3.org/XML/1998/namespaceqx', 'foo:xml');
13 test('http://www.w3.org/XML/1998/namespace', 'xml');
14 test('http://www.w3.org/XML/1998/namespace', 'bar:xml');
16 test('http://www.w3.org/XML/1998/namespacea', 'xml');
20 test('http://www.w3.org/XML/1998/namespace', 'xmlns:xml');
21 test('http://www.w3.org/XML/1998/namespace', '');
22 test('http://www.w3.org/XML/1998/namespacea', 'xml:foo');
28 --- Testing "http://www.w3.org/XML/1998/namespaceqx", "foo:xml" ---
37 --- Testing "http://www.w3.org/XML/1998/namespace", "xml" ---
64 --- Testing "http://www.w3.org/XML/1998/namespacea", "xml" ---
[all …]
H A DDOMDocument_load_error2_pre2_11.phpt2 Test DOMDocument::load() detects not-well formed XML
24 Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s
26 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s
28 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s
30 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %s
32 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_loadXML_error2_pre2_11.phpt2 Test DOMDocument::loadXML() detects not-well formed XML
24 Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s
26 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s
28 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s
30 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %s
32 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A Dxpath_domnamespacenode.phpt8 $xml = <<<'XML'
11 XML;
24 string(36) "http://www.w3.org/XML/1998/namespace"
32 string(36) "http://www.w3.org/XML/1998/namespace"
H A Dbug79852.phpt8 $XML = <<< XML
14 XML;
17 $dom->loadXml($XML);
H A Dimport_attribute_namespace.phpt9 $dom->loadXML(<<<XML
12 XML);
15 $dom2->loadXML(<<<XML
18 XML);
H A Dgh12616_3.phpt10 <<<XML
21 XML
65 string(36) "http://www.w3.org/XML/1998/namespace"
73 string(36) "http://www.w3.org/XML/1998/namespace"
88 string(36) "http://www.w3.org/XML/1998/namespace"
96 string(36) "http://www.w3.org/XML/1998/namespace"
110 string(36) "http://www.w3.org/XML/1998/namespace"
118 string(36) "http://www.w3.org/XML/1998/namespace"
133 string(36) "http://www.w3.org/XML/1998/namespace"
141 string(36) "http://www.w3.org/XML/1998/namespace"
H A Dbug70359.phpt11 $dom->loadXML(<<<XML
14 XML);
21 $dom->loadXML(<<<XML
26 XML);
37 $dom->loadXML(<<<XML
42 XML);
H A DDOMDocument_loadXML_error1.phpt2 Test DOMDocument::loadXML() detects not-well formed XML
24 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book …
26 Warning: DOMDocument::load%r(XML){0,1}%r(): %rexpected '>'|Opening and ending tag mismatch: book li…
28 Warning: DOMDocument::load%r(XML){0,1}%r(): %rPremature end of data in tag books|EndTag: '<\/' not …
H A DDOMDocument_load_error1.phpt2 Test DOMDocument::load() detects not-well formed XML
24 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book …
26 Warning: DOMDocument::load%r(XML){0,1}%r(): %rexpected '>'|Opening and ending tag mismatch: book li…
28 Warning: DOMDocument::load%r(XML){0,1}%r(): %rPremature end of data in tag books|EndTag: '<\/' not …
/php-src/ext/soap/tests/bugs/
H A Dbug62900.phpt10 $wsdl_with_ns = <<<XML
14 <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="bug62900.xsd" />
18 XML;
20 $wsdl_without_ns = <<<XML
28 XML;
30 $xsd_with_wrong_ns = <<<XML
32 <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespacex" xmlns:xs="http://www.w3.org/2001…
33 XML;
35 $xsd_without_ns = <<<XML
38 XML;
[all …]
/php-src/ext/xmlreader/tests/
H A Dbug42139.phpt2 Bug #42139 (XMLReader option constants are broken using XML())
8 $xml = <<<XML
15 XML;
18 $reader->XML( $xml, NULL, LIBXML_NOENT);
H A D001.phpt2 XMLReader: libxml2 XML Reader, string data
12 $reader->XML($xmlstring);
22 $reader->XML($xmlstring);
31 XMLReader::XML(): Argument #1 ($source) must not be empty
H A D011.phpt2 XMLReader: libxml2 XML Reader, string data
16 $reader->XML($xmlstring);
24 $reader->XML($xmlstring);
/php-src/ext/simplexml/tests/
H A Dbug62639.phpt2 Bug #62639 (XML structure broken)
12 $xml1 = <<<XML
21 XML;
29 $xml2 = <<<XML
36 XML;
H A Dxml_parsing_LIBXML_NO_XXE.phpt2 XML parsing with LIBXML_NO_XXE
12 $xml = <<< XML
19 XML;
H A DSimpleXMLElement_xpath.phpt2 Testing xpath() with invalid XML
7 // gracefully recover from parsing of invalid XML; not available in PHP
10 // we're not interested in checking concrete warnings regarding invalid XML
/php-src/ext/xml/tests/
H A Dbug32001.phpt169 XML Prologue: present
193 XML Prologue: present
217 XML Prologue: present
229 XML Prologue: present
253 XML Prologue: present
265 XML Prologue: present
289 XML Prologue: present
313 XML Prologue: present
337 XML Prologue: present
349 XML Prologue: present
[all …]
H A Dbug50576.phpt8 $XML = <<<XML
15 XML;
19 xml_parse_into_struct($xml_parser, $XML, $vals, $index);
31 xml_parse($xml_parser, $XML);
/php-src/ext/dom/tests/modern/spec/
H A DXMLDocument_version.phpt23 Invalid XML version
27 Invalid XML version
29 Invalid XML version
H A Dserialize_xml_namespace_on_elements.phpt2 Serialize XML namespace on elements
9 $root = $dom->appendChild($dom->createElementNS("http://www.w3.org/XML/1998/namespace", "xml:test")…
10 $root->appendChild($dom->createElementNS("http://www.w3.org/XML/1998/namespace", "xml:child"));
/php-src/ext/xsl/tests/
H A Dxslt001.phpt2 Test 1: Transform To XML String
7 echo "Test 1: Transform To XML String";
15 Test 1: Transform To XML String
H A DXSLTProcessor_namespace_mapper_lifetime.phpt9 $input = Dom\XMLDocument::createFromString(<<<XML
13 XML);
15 $xslXML = <<<XML
24 XML;

Completed in 15 milliseconds

12345678910>>...18