Searched refs:ancestor (Results 1 – 3 of 3) sorted by relevance
32 $ancestry = $child->xpath('ancestor-or-self::*');33 foreach ($ancestry as $ancestor) {34 $path .= $ancestor->getName() . '/';
2 …stract functions required by a trait are not correctly found when implemented in an ancestor class)
76 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local91 …ancestor = zend_read_property_ex(i_get_exception_base(&pv), &pv, ZSTR_KNOWN(ZEND_STR_PREVIOUS), 1,… in zend_exception_set_previous()92 while (Z_TYPE_P(ancestor) == IS_OBJECT) { in zend_exception_set_previous()93 if (Z_OBJ_P(ancestor) == Z_OBJ_P(ex)) { in zend_exception_set_previous()97 …ancestor = zend_read_property_ex(i_get_exception_base(ancestor), ancestor, ZSTR_KNOWN(ZEND_STR_PRE… in zend_exception_set_previous()
Completed in 10 milliseconds