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()
276 base_ce = i_get_exception_base(object); in zend_default_exception_new()
314 base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD()
338 …pvalue = zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(…
340 …zend_unset_property(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_VAL(ZSTR_KNOWN(id…
404 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 0, &…
406 …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()
735 …while (Z_TYPE_P(exception) == IS_OBJECT && (base_ce = i_get_exception_base(Z_OBJ_P(exception))) &&… in ZEND_METHOD()
746 base_ce = i_get_exception_base(Z_OBJ_P(exception)); in ZEND_METHOD()
932 zend_update_property_ex(i_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_STRING), &tmp); in zend_exception_error()