Home
last modified time | relevance | path

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

/PHP-8.2/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.2/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.2/Zend/
H A Dzend_exceptions.c97 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local
117ancestor = 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()
124ancestor = 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 8 milliseconds