/PHP-8.0/ext/xmlreader/tests/ |
H A D | bug42139.phpt | 2 Bug #42139 (XMLReader option constants are broken using XML()) 8 $xml = <<<XML 15 XML; 18 $reader->XML( $xml, NULL, LIBXML_NOENT);
|
H A D | 001.phpt | 2 XMLReader: libxml2 XML Reader, string data 12 $reader->XML($xmlstring); 22 $reader->XML($xmlstring); 31 XMLReader::XML(): Argument #1 ($source) cannot be empty
|
H A D | 011.phpt | 2 XMLReader: libxml2 XML Reader, string data 15 $reader->XML($xmlstring); 23 $reader->XML($xmlstring);
|
H A D | 007.phpt | 2 XMLReader: libxml2 XML Reader, setRelaxNGSchema 29 $reader->XML($xmlstring); 43 $reader->XML($xmlstring);
|
H A D | 009.phpt | 2 XMLReader: libxml2 XML Reader, next 12 $reader->XML($xmlstring);
|
/PHP-8.0/ext/dom/tests/ |
H A D | DOMDocument_loadXML_error2.phpt | 2 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 D | DOMDocument_load_error2.phpt | 2 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 D | bug79852.phpt | 8 $XML = <<< XML 14 XML; 17 $dom->loadXml($XML);
|
H A D | DOMDocument_load_error1.phpt | 2 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(): %rexpected '>'|Opening and ending tag mismatch: book li… 26 Warning: DOMDocument::load%r(XML){0,1}%r(): %rPremature end of data in tag books|EndTag: '<\/' not …
|
H A D | DOMDocument_loadXML_error1.phpt | 2 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(): %rexpected '>'|Opening and ending tag mismatch: book li… 26 Warning: DOMDocument::load%r(XML){0,1}%r(): %rPremature end of data in tag books|EndTag: '<\/' not …
|
H A D | bug54601.phpt | 7 $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 D | domelement.phpt | 36 $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 D | DOMDocument_relaxNGValidate_basic.phpt | 12 $xml = <<< XML 17 XML;
|
/PHP-8.0/ext/simplexml/tests/ |
H A D | bug62639.phpt | 2 Bug #62639 (XML structure broken) 14 $xml1 = <<<XML 23 XML; 31 $xml2 = <<<XML 38 XML;
|
H A D | SimpleXMLElement_xpath.phpt | 2 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
|
H A D | foreach_by_reference.phpt | 8 $xml = <<<XML 13 XML;
|
/PHP-8.0/ext/xml/ |
H A D | config.m4 | 2 [whether to enable XML support], 4 [Disable XML support])], 10 [XML: use expat instead of libxml2])], 22 AC_MSG_ERROR([XML extension requires LIBXML extension, add --with-libxml])
|
/PHP-8.0/ext/xml/tests/ |
H A D | bug32001.phpt | 169 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 D | bug50576.phpt | 10 $XML = <<<XML 17 XML; 21 xml_parse_into_struct($xml_parser, $XML, $vals, $index); 33 xml_parse($xml_parser, $XML);
|
H A D | xml_error_string_basic.phpt | 6 exit('Skip - XML extension not loaded'); 34 string(28) "XML declaration not finished" 36 string(17) "Reserved XML Name"
|
H A D | bug71592.phpt | 9 // The tag mismatch at the end of the XML is on purpose, to make sure that the 11 $xml = <<<XML 20 XML;
|
H A D | bug32001b.phpt | 81 echo "XML Prologue: ".($this->prologue ? 'present': 'not present'), "\n"; 115 XML Prologue: present 127 XML Prologue: present 139 XML Prologue: present 151 XML Prologue: present 163 XML Prologue: present 175 XML Prologue: present
|
H A D | bug30875.phpt | 10 $xml = <<<XML 15 XML;
|
/PHP-8.0/ext/xsl/tests/ |
H A D | xslt001.phpt | 2 Test 1: Transform To XML String 7 echo "Test 1: Transform To XML String"; 14 Test 1: Transform To XML String
|
/PHP-8.0/ext/libxml/tests/ |
H A D | 003.phpt | 9 $xmlstr = <<< XML 16 XML;
|