Lines Matching refs:i_get_exception_base
84 static inline zend_class_entry *i_get_exception_base(zend_object *object) /* {{{ */ in i_get_exception_base() function
92 return i_get_exception_base(object); in zend_get_exception_base()
118 …ancestor = zend_read_property_ex(i_get_exception_base(add_previous), add_previous, ZSTR_KNOWN(ZEND… in zend_exception_set_previous()
125 …ancestor = zend_read_property_ex(i_get_exception_base(Z_OBJ_P(ancestor)), Z_OBJ_P(ancestor), ZSTR_… in zend_exception_set_previous()
128 base_ce = i_get_exception_base(Z_OBJ_P(ex)); in zend_exception_set_previous()
277 base_ce = i_get_exception_base(object); in zend_default_exception_new()
315 base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD()
339 …pvalue = zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(…
341 …zend_unset_property(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_VAL(ZSTR_KNOWN(id…
405 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 0, &…
407 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 1, &…
625 zend_class_entry *base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD()
729 …while (Z_TYPE_P(exception) == IS_OBJECT && (base_ce = i_get_exception_base(Z_OBJ_P(exception))) &&… in ZEND_METHOD()
740 base_ce = i_get_exception_base(Z_OBJ_P(exception)); in ZEND_METHOD()
928 zend_update_property_ex(i_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_STRING), &tmp); in zend_exception_error()