Home
last modified time | relevance | path

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

/PHP-7.1/ext/simplexml/tests/
H A Dbug42259.phpt32 $ancestry = $child->xpath('ancestor-or-self::*');
33 foreach ($ancestry as $ancestor) {
34 $path .= $ancestor->getName() . '/';
/PHP-7.1/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.1/Zend/
H A Dzend_exceptions.c76 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local
91ancestor = zend_read_property_ex(i_get_exception_base(&pv), &pv, CG(known_strings)[ZEND_STR_PREVIO… 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()
97ancestor = zend_read_property_ex(i_get_exception_base(ancestor), ancestor, CG(known_strings)[ZEND_… in zend_exception_set_previous()

Completed in 13 milliseconds