Home
last modified time | relevance | path

Searched defs:document (Results 101 – 109 of 109) sorted by relevance

12345

/php-src/ext/dom/
H A Dphp_dom.c198 dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document) in dom_get_doc_props()
215 libxml_doc_props const* dom_get_doc_props_read_only(const php_libxml_ref_obj *document) in dom_get_doc_props_read_only()
250 void dom_set_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece, zend_class_entry … in dom_set_doc_classmap()
271 zend_class_entry *dom_get_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece) in dom_get_doc_classmap()
288 bool dom_get_strict_error(php_libxml_ref_obj *document) { in dom_get_strict_error()
H A Ddomimplementation.c267 xmlDocPtr document = NULL; in PHP_METHOD() local
H A Dhtml5_parser.c305 lxb_html_document_t *document, in lexbor_libxml2_bridge_convert_document()
H A Dphp_dom.h266 …rk_cache_tag_up_to_date_from_doc_ref(php_libxml_cache_tag *cache_tag, php_libxml_ref_obj *document) in php_dom_mark_cache_tag_up_to_date_from_doc_ref()
H A Dphp_dom.stub.php1001 public DOMDocument $document; variable in DOMXPath
1005 public function __construct(DOMDocument $document, bool $registerNodeNS = true) {}
1642 public Document $document; variable in DOM\\XPath
1646 public function __construct(Document $document, bool $registerNodeNS = true) {}
H A Ddocument.c1332 php_libxml_ref_obj *document = intern->document; in dom_document_parser() local
/php-src/ext/libxml/
H A Dphp_libxml.h103 php_libxml_ref_obj *document; member
H A Dlibxml.c1360 PHP_LIBXML_API int php_libxml_decrement_doc_ref_directly(php_libxml_ref_obj *document) in php_libxml_decrement_doc_ref_directly()
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c49 lxb_html_element_interface_create(lxb_html_document_t *document) in lxb_html_element_interface_create()

Completed in 44 milliseconds

12345