Home
last modified time | relevance | path

Searched defs:document (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/xsl/
H A Dphp_xsl.stub.php17 public function transformToDoc(object $document, ?string $returnClass = null): object|false {}
23 public function transformToUri(object $document, string $uri): int {}
29 public function transformToXml(object $document): string|null|false {}
/PHP-8.1/ext/dom/
H A Dparentnode.c153 xmlNode* dom_zvals_to_fragment(php_libxml_ref_obj *document, xmlNode *contextNode, zval *nodes, int… in dom_zvals_to_fragment()
244 static zend_result dom_sanity_check_node_list_for_insertion(php_libxml_ref_obj *document, xmlNodePt… in dom_sanity_check_node_list_for_insertion()
H A Dxml_common.h27 php_libxml_ref_obj *document; member
H A Dphp_dom.c151 dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document) in dom_get_doc_props()
199 void dom_set_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece, zend_class_entry … in dom_set_doc_classmap()
220 zend_class_entry *dom_get_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece) in dom_get_doc_classmap()
239 int dom_get_strict_error(php_libxml_ref_obj *document) { in dom_get_strict_error()
H A Dphp_dom.stub.php681 public DOMDocument $document; variable in DOMXPath
685 public function __construct(DOMDocument $document, bool $registerNodeNS = true) {}
H A Ddocument.c1207 php_libxml_ref_obj *document = NULL; in dom_document_parser() local
/PHP-8.1/ext/simplexml/
H A Dphp_simplexml.h55 php_libxml_ref_obj *document; member
/PHP-8.1/ext/libxml/
H A Dphp_libxml.h79 php_libxml_ref_obj *document; member

Completed in 29 milliseconds