Lines Matching refs:i_get_exception_base

62 static inline zend_class_entry *i_get_exception_base(zval *object) /* {{{ */  in i_get_exception_base()  function
70 return i_get_exception_base(object); in zend_get_exception_base()
91 …ancestor = zend_read_property_ex(i_get_exception_base(&pv), &pv, CG(known_strings)[ZEND_STR_PREVIO… in zend_exception_set_previous()
97 …ancestor = zend_read_property_ex(i_get_exception_base(ancestor), ancestor, CG(known_strings)[ZEND_… in zend_exception_set_previous()
99 base_ce = i_get_exception_base(ex); in zend_exception_set_previous()
222 base_ce = i_get_exception_base(&obj); in zend_default_exception_new_ex()
274 base_ce = i_get_exception_base(object); in ZEND_METHOD()
309 …pvalue = zend_read_property_ex(i_get_exception_base(object), (object), CG(known_strings)[id], 1, &…
311 …zend_unset_property(i_get_exception_base(object), object, ZSTR_VAL(CG(known_strings)[id]), ZSTR_LE…
324 …pvalue = zend_read_property(i_get_exception_base(object), object, "previous", sizeof("previous")-1… in ZEND_METHOD()
328 zend_unset_property(i_get_exception_base(object), object, "previous", sizeof("previous")-1); in ZEND_METHOD()
396 zend_read_property_ex(i_get_exception_base(object), (object), CG(known_strings)[id], 0, &rv)
398 zend_read_property_ex(i_get_exception_base(object), (object), CG(known_strings)[id], 1, &rv)
619 base_ce = i_get_exception_base(object); in ZEND_METHOD()
752 …while (exception && Z_TYPE_P(exception) == IS_OBJECT && (base_ce = i_get_exception_base(exception)… in ZEND_METHOD()
762 base_ce = i_get_exception_base(exception); in ZEND_METHOD()
1014 …zend_update_property_ex(i_get_exception_base(&exception), &exception, CG(known_strings)[ZEND_STR_S… in zend_exception_error()