Home
last modified time | relevance | path

Searched refs:zend_ce_throwable (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_exceptions.c33 ZEND_API zend_class_entry *zend_ce_throwable; variable
105 ZEND_ASSERT(instanceof_function(add_previous->ce, zend_ce_throwable) in zend_exception_set_previous()
312 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|SlO!", &message, &code, &previous, zend_ce_throwable)… in ZEND_METHOD()
661 …Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), zend_ce_throwable)) { in ZEND_METHOD()
752 zend_ce_throwable = register_class_Throwable(zend_ce_stringable); in zend_register_default_exception()
753 zend_ce_throwable->interface_gets_implemented = zend_implement_throwable; in zend_register_default_exception()
758 zend_ce_exception = register_class_Exception(zend_ce_throwable); in zend_register_default_exception()
769 zend_ce_error = register_class_Error(zend_ce_throwable); in zend_register_default_exception()
824 ZEND_ASSERT(instanceof_function(exception_ce, zend_ce_throwable) in zend_throw_exception_zstr()
915 } else if (instanceof_function(ce_exception, zend_ce_throwable)) { in zend_exception_error()
[all …]
H A Dzend_exceptions.h27 extern ZEND_API zend_class_entry *zend_ce_throwable;
H A Dzend_fibers.c385 instanceof_function(Z_OBJCE(transfer->value), zend_ce_throwable) in zend_fiber_switch_context()
791 Z_PARAM_OBJECT_OF_CLASS(exception, zend_ce_throwable) in ZEND_METHOD()
H A Dzend_generators.c946 Z_PARAM_OBJECT_OF_CLASS(exception, zend_ce_throwable); in ZEND_METHOD()
/PHP-8.1/ext/standard/
H A Dassert.c147 Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(description_obj, zend_ce_throwable, description_str) in PHP_FUNCTION()

Completed in 28 milliseconds