Home
last modified time | relevance | path

Searched refs:document (Results 251 – 275 of 451) sorted by relevance

1...<<111213141516171819

/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Dtemplate_element.h28 lxb_html_template_element_interface_create(lxb_html_document_t *document);
H A Dstyle_element.h25 lxb_html_style_element_interface_create(lxb_html_document_t *document);
H A Dtitle_element.h26 lxb_html_title_element_interface_create(lxb_html_document_t *document);
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument_fragment.h26 lxb_dom_document_fragment_interface_create(lxb_dom_document_t *document);
H A Dshadow_root.h34 lxb_dom_shadow_root_interface_create(lxb_dom_document_t *document);
H A Dattr.h52 lxb_dom_attr_interface_create(lxb_dom_document_t *document);
55 lxb_dom_attr_interface_clone(lxb_dom_document_t *document,
/php-src/ext/dom/tests/
H A DDOMDocument_encoding_basic.phpt18 echo "Error while parsing the document\n";
47 Invalid document encoding
H A DDOMDocument_resolveExternals_basic.phpt10 // create dom document
18 echo "Error while parsing the document\n";
H A DDOMDocument_standalone_basic.phpt10 // create dom document
17 echo "Error while parsing the document\n";
H A DDOMElement_getElementsByTagName_without_document.phpt2 Node list cache should not break on DOMElement::getElementsByTagName() without document
H A Dbug77569.phpt16 Invalid document encoding
H A DDOMElement_toggleAttribute_without_document.phpt2 DOMElement::toggleAttribute() without a document
H A DDOMDocument_loadXML_error6.phpt7 // create dom document
H A Dbug66502.phpt2 Bug #66502 (DOM document dangling reference)
H A DDOMDocument_strictErrorChecking_variation.phpt12 echo "Load document\n";
48 Load document
H A DDOMNode_insertBefore_error1.phpt2 DOMNode::insertBefore() should fail if node belongs to another document
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_empty.phpt2 Dom\HTMLDocument::createFromString() - empty document
H A DHTMLDocument_fromString_without_body.phpt2 Dom\HTMLDocument::createFromString() - document without body
H A Duser_error_handler.phpt2 Parse HTML document with user error handler and error_reporting(0)
/php-src/ext/dom/tests/manually_call_constructor/
H A Ddocument.phpt2 Manually call __construct() - document variation
/php-src/ext/dom/tests/modern/spec/
H A DParentNode_edge_case.phpt2 HierarchyRequestError on appending document to element
/php-src/ext/phar/
H A Dgdbhelp44 document display_phar_globals
82 document print_pharfp
118 document dump_entry
/php-src/ext/simplexml/
H A Dsimplexml.c63 subnode->document = sxe->document; in _node_as_zval()
64 subnode->document->refcount++; in _node_as_zval()
928 subnode->document = sxe_ref->document; in _get_base_node_value()
1211 if (sxe1->document->ptr == sxe2->document->ptr) { in sxe_objects_compare()
1323 if (!sxe->document) { in PHP_METHOD()
1514 if (!sxe->document) { in PHP_METHOD()
1814 if (sxe->document) { in sxe_object_cast_ex()
2059 clone->document = sxe->document; in sxe_object_clone()
2060 if (clone->document) { in sxe_object_clone()
2061 clone->document->refcount++; in sxe_object_clone()
[all …]
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_saveHTML_wrong_document.phpt2 Dom\HTMLDocument::saveHtml() wrong document
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromEmptyDocument_01.phpt12 …: Dom\XMLDocument::createEmpty(): Argument #2 ($encoding) is not a valid document encoding in %s:%d

Completed in 75 milliseconds

1...<<111213141516171819