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)
39 zval *previous, *ancestor; in zend_exception_set_previous() local49 …ancestor = zend_read_property(default_exception_ce, add_previous, "previous", sizeof("previous")-1… in zend_exception_set_previous()50 while (Z_TYPE_P(ancestor) == IS_OBJECT) { in zend_exception_set_previous()51 if (Z_OBJ_HANDLE_P(ancestor) == Z_OBJ_HANDLE_P(exception)) { in zend_exception_set_previous()55 …ancestor = zend_read_property(default_exception_ce, ancestor, "previous", sizeof("previous")-1, 1 … in zend_exception_set_previous()
Completed in 7 milliseconds