Lines Matching refs:i_get_exception_base

83 static inline zend_class_entry *i_get_exception_base(zend_object *object) /* {{{ */  in i_get_exception_base()  function
91 return i_get_exception_base(object); in zend_get_exception_base()
117 …ancestor = zend_read_property_ex(i_get_exception_base(add_previous), add_previous, ZSTR_KNOWN(ZEND… in zend_exception_set_previous()
124 …ancestor = zend_read_property_ex(i_get_exception_base(Z_OBJ_P(ancestor)), Z_OBJ_P(ancestor), ZSTR_… in zend_exception_set_previous()
127 base_ce = i_get_exception_base(Z_OBJ_P(ex)); in zend_exception_set_previous()
268 base_ce = i_get_exception_base(object); in zend_default_exception_new_ex()
318 base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD()
342 …pvalue = zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(…
344 …zend_unset_property(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_VAL(ZSTR_KNOWN(id…
408 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 0, &…
410 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 1, &…
629 zend_class_entry *base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD()
739 …while (Z_TYPE_P(exception) == IS_OBJECT && (base_ce = i_get_exception_base(Z_OBJ_P(exception))) &&… in ZEND_METHOD()
750 base_ce = i_get_exception_base(Z_OBJ_P(exception)); in ZEND_METHOD()
931 zend_update_property_ex(i_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_STRING), &tmp); in zend_exception_error()