Home
last modified time | relevance | path

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

/PHP-7.0/ext/simplexml/tests/
H A Dbug42259.phpt32 $ancestry = $child->xpath('ancestor-or-self::*');
33 foreach ($ancestry as $ancestor) {
34 $path .= $ancestor->getName() . '/';
/PHP-7.0/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.0/Zend/
H A Dzend_exceptions.c73 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local
88ancestor = zend_read_property(i_get_exception_base(&pv), &pv, "previous", sizeof("previous")-1, 1,… in zend_exception_set_previous()
89 while (Z_TYPE_P(ancestor) == IS_OBJECT) { in zend_exception_set_previous()
90 if (Z_OBJ_P(ancestor) == Z_OBJ_P(ex)) { in zend_exception_set_previous()
94ancestor = zend_read_property(i_get_exception_base(ancestor), ancestor, "previous", sizeof("previo… in zend_exception_set_previous()

Completed in 13 milliseconds