ancestor 39 Zend/zend_exceptions.c zval *previous, *ancestor; ancestor 49 Zend/zend_exceptions.c ancestor = zend_read_property(default_exception_ce, add_previous, "previous", sizeof("previous")-1, 1 TSRMLS_CC); ancestor 50 Zend/zend_exceptions.c while (Z_TYPE_P(ancestor) == IS_OBJECT) { ancestor 51 Zend/zend_exceptions.c if (Z_OBJ_HANDLE_P(ancestor) == Z_OBJ_HANDLE_P(exception)) { ancestor 55 Zend/zend_exceptions.c ancestor = zend_read_property(default_exception_ce, ancestor, "previous", sizeof("previous")-1, 1 TSRMLS_CC);