Home
last modified time | relevance | path

Searched refs:ancestor (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/simplexml/tests/
H A Dbug42259.phpt29 $ancestry = $child->xpath('ancestor-or-self::*');
30 foreach ($ancestry as $ancestor) {
31 $path .= $ancestor->getName() . '/';
H A Dgh15837.phpt20 $ancestry = $child->xpath('ancestor-or-self::*');
22 foreach ($ancestry as $ancestor) {
/PHP-8.4/Zend/tests/traits/
H A Dbug55355.phpt2 …stract functions required by a trait are not correctly found when implemented in an ancestor class)
/PHP-8.4/Zend/
H A Dzend_exceptions.c98 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local
118ancestor = zend_read_property_ex(i_get_exception_base(add_previous), add_previous, ZSTR_KNOWN(ZEND… in zend_exception_set_previous()
119 ZVAL_DEREF(ancestor); in zend_exception_set_previous()
120 while (Z_TYPE_P(ancestor) == IS_OBJECT) { in zend_exception_set_previous()
121 if (Z_OBJ_P(ancestor) == Z_OBJ_P(ex)) { in zend_exception_set_previous()
125ancestor = zend_read_property_ex(i_get_exception_base(Z_OBJ_P(ancestor)), Z_OBJ_P(ancestor), ZSTR_… in zend_exception_set_previous()
126 ZVAL_DEREF(ancestor); in zend_exception_set_previous()
/PHP-8.4/ext/dom/tests/modern/spec/
H A DNode_replaceChild_edge_cases.phpt24 echo "--- Node is an inclusive ancestor of parent ---\n";
124 --- Node is an inclusive ancestor of parent ---
/PHP-8.4/ext/dom/lexbor/lexbor/html/
H A Dtree.c1045 size_t ancestor = idx; in lxb_html_tree_reset_insertion_mode_appropriately() local
1049 if (ancestor == 0) { in lxb_html_tree_reset_insertion_mode_appropriately()
1055 ancestor--; in lxb_html_tree_reset_insertion_mode_appropriately()
1058 lxb_dom_node_t *ancestor_node = list[ancestor]; in lxb_html_tree_reset_insertion_mode_appropriately()

Completed in 13 milliseconds