Searched refs:ancestor (Results 1 – 6 of 6) sorted by relevance
29 $ancestry = $child->xpath('ancestor-or-self::*');30 foreach ($ancestry as $ancestor) {31 $path .= $ancestor->getName() . '/';
20 $ancestry = $child->xpath('ancestor-or-self::*');22 foreach ($ancestry as $ancestor) {
2 …stract functions required by a trait are not correctly found when implemented in an ancestor class)
98 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local118 …ancestor = 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()125 …ancestor = 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()
24 echo "--- Node is an inclusive ancestor of parent ---\n";124 --- Node is an inclusive ancestor of parent ---
1045 size_t ancestor = idx; in lxb_html_tree_reset_insertion_mode_appropriately() local1049 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