Home
last modified time | relevance | path

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

/PHP-7.4/ext/simplexml/tests/
H A Dbug42259.phpt32 $ancestry = $child->xpath('ancestor-or-self::*');
33 foreach ($ancestry as $ancestor) {
34 $path .= $ancestor->getName() . '/';
/PHP-7.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-7.4/Zend/
H A Dzend_exceptions.c75 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local
96ancestor = zend_read_property_ex(i_get_exception_base(&pv), &pv, ZSTR_KNOWN(ZEND_STR_PREVIOUS), 1,… in zend_exception_set_previous()
97 while (Z_TYPE_P(ancestor) == IS_OBJECT) { in zend_exception_set_previous()
98 if (Z_OBJ_P(ancestor) == Z_OBJ_P(ex)) { in zend_exception_set_previous()
102ancestor = zend_read_property_ex(i_get_exception_base(ancestor), ancestor, ZSTR_KNOWN(ZEND_STR_PRE… in zend_exception_set_previous()

Completed in 7 milliseconds