Home
last modified time | relevance | path

Searched refs:contextNode (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/dom/parentnode/
H A Dtree.c109 static xmlDocPtr dom_doc_from_context_node(xmlNodePtr contextNode) in dom_doc_from_context_node() argument
111 if (contextNode->type == XML_DOCUMENT_NODE || contextNode->type == XML_HTML_DOCUMENT_NODE) { in dom_doc_from_context_node()
112 return (xmlDocPtr) contextNode; in dom_doc_from_context_node()
114 return contextNode->doc; in dom_doc_from_context_node()
344 xmlNode* dom_zvals_to_single_node(php_libxml_ref_obj *document, xmlNode *contextNode, zval *nodes, … in dom_zvals_to_single_node() argument
350 documentNode = dom_doc_from_context_node(contextNode); in dom_zvals_to_single_node()
/php-src/ext/dom/
H A Dphp_dom.stub.php1220 …public function evaluate(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = … argument
1223 …public function query(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = tru… argument
2157 …public function evaluate(string $expression, ?Node $contextNode = null, bool $registerNodeNS = tru… argument
2159 …public function query(string $expression, ?Node $contextNode = null, bool $registerNodeNS = true):… argument
H A Dphp_dom_arginfo.h507 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, contextNode, DOMNode, 1, "null")
1110 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, contextNode, Dom\\\116ode, 1, "null")
1116 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, contextNode, Dom\\\116ode, 1, "null")

Completed in 30 milliseconds