Home
last modified time | relevance | path

Searched refs:document (Results 351 – 375 of 454) sorted by relevance

1...<<111213141516171819

/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_roots.phpt8 // Note: can't create CData in an HTML document.
H A DHTMLDocument_serialize_full_document.phpt2 Dom\HTMLDocument serialization of full document
H A DHTMLDocument_serialize_doctype.phpt2 Dom\HTMLDocument serialization of document type
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.h70 lxb_dom_node_interface_create(lxb_dom_document_t *document);
73 lxb_dom_node_interface_clone(lxb_dom_document_t *document,
/php-src/ext/dom/tests/
H A DDOMElement_hasAttributes_basic.phpt15 echo "Error while parsing the document\n";
H A Dbug77686.phpt14 // Detached from document, should not find it anymore
H A DDOMDocument_load_error2_pre2_11.phpt32 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_loadXML_error2_pre2_11.phpt32 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMElement_append_hierarchy_test.phpt70 echo "-- Append from another document --\n";
108 -- Append from another document --
H A DDOMDocument_load_error2_gte2_11.phpt32 Warning: DOMDocument::load(): Extra content at the end of the document in %s on line %d
H A DDOMElement_insertAdjacentElement.phpt72 echo "--- Two document test ---\n";
124 --- Two document test ---
/php-src/ext/dom/
H A Dconfig.w3210 EXTENSION("dom", "php_dom.c attr.c document.c \
23 …bor/dom/interfaces", "attr.c cdata_section.c character_data.c comment.c document.c document_fragme…
29 …t.c dialog_element.c directory_element.c div_element.c d_list_element.c document.c element.c embed…
/php-src/ext/xml/tests/
H A Dbug81351.phpt26 %rxml_parse returned 0, xml_get_error_code = 5, xml_error_string = Invalid document end|xml_parse r…
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c105 tree->document = NULL; in lxb_html_tree_init()
164 tree->document = NULL; in lxb_html_tree_clean()
218 tree->document->ready_state = LXB_HTML_DOCUMENT_READY_STATE_COMPLETE; in lxb_html_tree_stop_parsing()
231 tree->document->ready_state = LXB_HTML_DOCUMENT_READY_STATE_COMPLETE; in lxb_html_tree_process_abort()
685 lexbor_str_init(&str, tree->document->dom_document.text, size + 1); in lxb_html_tree_insert_character()
752 data = lexbor_str_init(&chrs->data, tree->document->dom_document.text, in lxb_html_tree_insert_character_for_data()
759 data = lexbor_str_append(&chrs->data, tree->document->dom_document.text, in lxb_html_tree_insert_character_for_data()
791 lexbor_str_destroy(str, tree->document->dom_document.text, false); in lxb_html_tree_insert_character_for_data()
824 tree->document->dom_document.text); in lxb_html_tree_insert_comment()
1137 if (tree->document->head == NULL) { in lxb_html_tree_reset_insertion_mode_appropriately()
/php-src/ext/dom/tests/modern/spec/
H A DNode_lookupNamespaceURI.phpt58 echo "--- lookup in empty document ---\n";
92 --- lookup in empty document ---
H A Dclone_document.phpt2 Cloning a whole document
H A Dattribute_entity_expansion_legacy.phpt2 Attribute entity expansion in a legacy document
/php-src/ext/dom/tests/gh11830/
H A Ddocument_variation.phpt2 GH-11830 (ParentNode methods should perform their checks upfront) - document variation
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dbefore_head.c143 tree->document->head = lxb_html_interface_head(element); in lxb_html_tree_insertion_mode_before_head_head()
H A Din_frameset.c118 tree->document->dom_document.text); in lxb_html_tree_insertion_mode_in_frameset()
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_should_retain_properties_and_owner_01.phpt52 string(9) "#document"
H A DHTMLDocument_should_retain_properties_and_owner_02.phpt52 string(9) "#document"
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_fromFile_LIBXML_HTML_NOIMPLIED.phpt39 echo "--- Malformed document ---\n";
87 --- Malformed document ---
/php-src/ext/xsl/
H A Dxsltprocessor.c63 if (node->doc != transform_ctxt->document->doc) { in xsl_proxy_factory()
64 node = xmlDocCopyNode(node, intern->document->ptr, 1); in xsl_proxy_factory()
247 intern->sheet_ref_obj = Z_LIBXML_NODE_P(docp)->document; in PHP_METHOD()
337 intern->doc->document = object->document; in php_xsl_apply_stylesheet()
/php-src/ext/soap/tests/bugs/
H A Dbug29795.wsdl24 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

Completed in 44 milliseconds

1...<<111213141516171819