Home
last modified time | relevance | path

Searched refs:in (Results 26 – 50 of 7209) sorted by last modified time

12345678910>>...289

/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromString_01.phpt12 …t ValueError: Dom\XMLDocument::createFromString(): Argument #1 ($source) must not be empty in %s:%d
16 thrown in %s on line %d
H A DXMLDocument_createFromFile_empty_input.phpt12 Warning: Dom\XMLDocument::createFromFile(): Document is empty in php://memory, line: 1 in %s on lin…
14 Fatal error: Uncaught Exception: XML document is malformed in %s:%d
18 thrown in %s on line %d
H A DXMLDocument_fromFile_01.phpt12 …t ValueError: Dom\XMLDocument::createFromString(): Argument #1 ($source) must not be empty in %s:%d
16 thrown in %s on line %d
/php-src/ext/dom/tests/modern/spec/
H A DXMLDocument_getElementsByTagName.phpt19 $container->appendChild(createElementNS($dom, "urn:a", "foo:HTML", "7")); // Should never match in
H A Dappend_text_nodes_invalid_hierarchy.phpt2 Document::append() with text nodes in an invalid hierarchy
H A Dattribute_entity_expansion_legacy.phpt2 Attribute entity expansion in a legacy document
44 Warning: main(): unterminated entity reference in %s on line %d
H A Dpre_insertion_validation.phpt38 echo "--- Trying to insert doctype at the wrong place in a document ---\n";
46 echo "--- Prepend doctype in a document should work ---\n";
103 --- Trying to insert doctype at the wrong place in a document ---
104 Exception: Document types must be the first child in a document
105 --- Prepend doctype in a document should work ---
107 Exception: Cannot have more than one element child in a document
109 Exception: Document types must be the first child in a document
115 Exception: Cannot have more than one element child in a document
H A Dreconciliation_of_elements.phpt30 // Trigger reconciliation via detach logic in ext/libxml
H A Dserialize_non_default_empty_xmlns.phpt14 Warning: Dom\XMLDocument::createFromString(): xmlns:a: ' ' is not a valid URI in Entity, line: 1 in
H A DElement_setAttribute_with_namespace.phpt33 $container->setAttributeNode($dom->createAttributeNS("urn:b", "in:ns"));
34 $attrs[] = setAttribute($container, "in:ns", "&hello7");
50 …ar="&amp;hello3" xmlns="&amp;hello4" XMLns="&amp;hello5" BAR="&amp;hello6" in:ns="&amp;hello7"></c…
75 Attr: in:ns
76 string(2) "in"
77 string(5) "in:ns"
H A DHTMLDocument_createCDATASection.phpt36 Invalid character sequence "]]>" in CDATA section
H A DHTMLDocument_createProcessingInstruction.phpt36 Invalid character sequence "?>" in processing instruction
H A DHTMLDocument_getElementsByTagName.phpt19 $container->appendChild(createElementNS($dom, "urn:a", "foo:HTML", "7")); // Should never match in
29 // This is in contrast to createElementNS that won't lowercase.
H A DNamedNodeMap_dimensions.phpt50 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
52 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
54 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
56 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
H A DDocument_importNode_not_supported.phpt22 Warning: DOMDocument::importNode(): Cannot import: Node Type Not Supported in %s on line %d
H A DNode_appendChild_fragment_multiple_elements.phpt24 Cannot have more than one element child in a document
H A DNode_cloneNode_copy_document_properties.phpt21 Cannot have more than one element child in a document
H A DNode_insertBefore_01.phpt24 Document types must be the first child in a document
H A DNode_insertBefore_02.phpt23 Cannot have more than one element child in a document
H A DNode_lookupNamespaceURI.phpt58 echo "--- lookup in empty document ---\n";
92 --- lookup in empty document ---
H A DNode_replaceChild_edge_cases.phpt55 echo "--- Replace element with text in document root ---\n";
83 echo "--- Replace comment in document causing more than two elements ---\n";
131 --- Replace element with text in document root ---
136 Cannot have more than one element child in a document
137 --- Replace comment in document causing more than two elements ---
138 Cannot have more than one element child in a document
140 Cannot have more than one element child in a document
142 Document types must be the first child in a document
H A DElement_setAttributeNode.phpt2 Dom\Element::setAttributeNode(NS) in the same document
H A DNodeList_dimensions.phpt50 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
52 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
54 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
56 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
H A DNode_lookupPrefix.phpt28 echo "--- NULL case because xmlns attribute not in xmlns namespace ---\n";
52 --- NULL case because xmlns attribute not in xmlns namespace ---
H A DParentNode_append_exception_consistency.phpt2 Consistency of parent node after exception in ParentNode::append()
20 Exception: Cannot have more than one element child in a document

Completed in 41 milliseconds

12345678910>>...289