Lines Matching refs:zend_ce_throwable
33 ZEND_API zend_class_entry *zend_ce_throwable; variable
110 ZEND_ASSERT(instanceof_function(add_previous->ce, zend_ce_throwable) in zend_exception_set_previous()
320 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|SlO!", &message, &code, &previous, zend_ce_throwable)… in ZEND_METHOD()
367 …, &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()
763 zend_ce_throwable = register_class_Throwable(zend_ce_stringable); in zend_register_default_exception()
764 zend_ce_throwable->interface_gets_implemented = zend_implement_throwable; in zend_register_default_exception()
769 zend_ce_exception = register_class_Exception(zend_ce_throwable); in zend_register_default_exception()
775 zend_ce_error = register_class_Error(zend_ce_throwable); in zend_register_default_exception()
830 ZEND_ASSERT(instanceof_function(exception_ce, zend_ce_throwable) in zend_throw_exception_zstr()
921 } else if (instanceof_function(ce_exception, zend_ce_throwable)) { in zend_exception_error()
1002 if (!exception_ce || !instanceof_function(exception_ce, zend_ce_throwable)) { in zend_throw_exception_object()