Lines Matching refs:zend_ce_throwable
33 ZEND_API zend_class_entry *zend_ce_throwable; variable
95 ZEND_ASSERT(instanceof_function(add_previous->ce, zend_ce_throwable) in zend_exception_set_previous()
302 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|SlO!", &message, &code, &previous, zend_ce_throwable)… in ZEND_METHOD()
352 …, &code, &severity, &filename, &lineno, &lineno_is_null, &previous, zend_ce_throwable) == FAILURE)… in ZEND_METHOD()
670 …Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), zend_ce_throwable)) { in ZEND_METHOD()
765 (zend_type) ZEND_TYPE_INIT_CE(zend_ce_throwable, /* allow_null */ 1, 0)); in declare_exception_properties()
773 zend_class_implements(zend_ce_throwable, 1, zend_ce_stringable); in zend_register_default_exception()
781 zend_class_implements(zend_ce_exception, 1, zend_ce_throwable); in zend_register_default_exception()
792 zend_class_implements(zend_ce_error, 1, zend_ce_throwable); in zend_register_default_exception()
853 ZEND_ASSERT(instanceof_function(exception_ce, zend_ce_throwable) in zend_throw_exception_zstr()
942 } else if (instanceof_function(ce_exception, zend_ce_throwable)) { in zend_exception_error()
1006 if (!exception_ce || !instanceof_function(exception_ce, zend_ce_throwable)) { in zend_throw_exception_object()