Searched refs:ancestor (Results 1 – 4 of 4) 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)
97 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local117 …ancestor = zend_read_property_ex(i_get_exception_base(add_previous), add_previous, ZSTR_KNOWN(ZEND… in zend_exception_set_previous()118 ZVAL_DEREF(ancestor); in zend_exception_set_previous()119 while (Z_TYPE_P(ancestor) == IS_OBJECT) { in zend_exception_set_previous()120 if (Z_OBJ_P(ancestor) == Z_OBJ_P(ex)) { in zend_exception_set_previous()124 …ancestor = zend_read_property_ex(i_get_exception_base(Z_OBJ_P(ancestor)), Z_OBJ_P(ancestor), ZSTR_… in zend_exception_set_previous()125 ZVAL_DEREF(ancestor); in zend_exception_set_previous()
Completed in 12 milliseconds