Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadXML_error2.phpt2 Test DOMDocument::loadXML() detects not-well formed XML
22 Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s
24 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s
26 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s
28 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %s
30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_load_error2.phpt2 Test DOMDocument::load() detects not-well formed XML
22 Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s
24 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s
26 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s
28 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %s
30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_loadXML_error1.phpt2 Test DOMDocument::loadXML() detects not-well formed XML
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book …
24 Warning: DOMDocument::load%r(XML){0,1}%r(): expected '>' %s
26 Warning: DOMDocument::load%r(XML){0,1}%r(): Premature end of data in tag books %s
H A DDOMDocument_load_error1.phpt2 Test DOMDocument::load() detects not-well formed XML
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book …
24 Warning: DOMDocument::load%r(XML){0,1}%r(): expected '>' %s
26 Warning: DOMDocument::load%r(XML){0,1}%r(): Premature end of data in tag books %s
H A Ddomelement.phpt36 $node->setAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:lang', 'en');
37 echo "Language: ".$node->getAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang')."\n";
38 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
40 $node->removeAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang');
41 echo "Language: ".$node->getAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang')."\n";
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');
48 echo "Language: ".$node->getAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang')."\n";
49 $lang = $node->getAttributeNodeNS('http://www.w3.org/XML/1998/namespace', 'lang');
H A Dbug54601.phpt7 $xml = <<< XML
9 <!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN" "http://www.docbook.org/xml/5.0/dtd/docbo…
14 XML;
H A DDOMDocument_relaxNGValidate_basic.phpt12 $xml = <<< XML
17 XML;
/PHP-5.5/ext/simplexml/tests/
H A Dbug62639.phpt2 Bug #62639 (XML structure broken)
14 $xml1 = <<<XML
23 XML;
31 $xml2 = <<<XML
38 XML;
H A DSimpleXMLElement_xpath.phpt2 Testing xpath() with invalid XML
5 // gracefully recover from parsing of invalid XML; not available in PHP
8 // we're not interested in checking concrete warnings regarding invalid XML
H A Dbug40451.phpt8 $string = <<<XML
13 XML;
/PHP-5.5/ext/xmlreader/tests/
H A D001.phpt2 XMLReader: libxml2 XML Reader, string data
13 $reader->XML($xmlstring);
21 $reader->XML($xmlstring);
28 Warning: XMLReader::XML(): Empty string supplied as input in %s on line %d
H A Dbug42139.phpt2 Bug #42139 (XMLReader option constants are broken using XML())
10 $xml = <<<XML
17 XML;
20 $reader->XML( $xml, NULL, LIBXML_NOENT);
H A D011.phpt2 XMLReader: libxml2 XML Reader, string data
16 $reader->XML($xmlstring);
24 $reader->XML($xmlstring);
H A D007.phpt2 XMLReader: libxml2 XML Reader, setRelaxNGSchema
30 $reader->XML($xmlstring);
44 $reader->XML($xmlstring);
H A D009.phpt2 XMLReader: libxml2 XML Reader, next
13 $reader->XML($xmlstring);
/PHP-5.5/ext/xml/tests/
H A Dbug32001.phpt168 XML Prologue: present
192 XML Prologue: present
216 XML Prologue: present
228 XML Prologue: present
252 XML Prologue: present
264 XML Prologue: present
288 XML Prologue: present
312 XML Prologue: present
336 XML Prologue: present
348 XML Prologue: present
[all …]
H A Dbug50576.phpt10 $XML = <<<XML
17 XML;
21 xml_parse_into_struct($xml_parser, $XML, $vals, $index);
33 xml_parse($xml_parser, $XML);
H A Dbug32001b.phpt77 echo "XML Prologue: ".($this->prologue ? 'present': 'not present'), "\n";
112 XML Prologue: present
124 XML Prologue: present
136 XML Prologue: present
148 XML Prologue: present
160 XML Prologue: present
172 XML Prologue: present
/PHP-5.5/ext/xsl/tests/
H A Dxslt001.phpt2 Test 1: Transform To XML String
7 echo "Test 1: Transform To XML String";
16 Test 1: Transform To XML String
/PHP-5.5/ext/xml/
H A Dconfig.m45 PHP_ARG_ENABLE(xml,whether to enable XML support,
6 [ --disable-xml Disable XML support], yes)
10 [ --with-libxml-dir=DIR XML: libxml2 install prefix], no, no)
14 [ --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated)], no, no)
24 AC_MSG_ERROR([XML extension requires LIBXML extension, add --enable-libxml])
H A Dconfig.w324 ARG_WITH("xml", "XML support", "yes");
10 AC_DEFINE("HAVE_XML", 1, "XML support");
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug61264.phpt7 $xml = <<<XML
12 XML;
H A D007.phpt14 $xml = <<<XML
23 XML;
H A D006.phpt14 $xml = <<<XML
23 XML;
/PHP-5.5/ext/libxml/tests/
H A D003.phpt9 $xmlstr = <<< XML
16 XML;

Completed in 38 milliseconds

12345678910>>...12