Searched refs:zend_ce_throwable (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_exceptions.c | 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() 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() [all …]
|
H A D | zend_exceptions.h | 27 extern ZEND_API zend_class_entry *zend_ce_throwable;
|
H A D | zend_fibers.c | 401 instanceof_function(Z_OBJCE(transfer->value), zend_ce_throwable) in zend_fiber_switch_context() 847 Z_PARAM_OBJECT_OF_CLASS(exception, zend_ce_throwable) in ZEND_METHOD()
|
H A D | zend_generators.c | 1020 Z_PARAM_OBJECT_OF_CLASS(exception, zend_ce_throwable); in ZEND_METHOD()
|
/PHP-8.2/ext/standard/ |
H A D | assert.c | 147 Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(description_obj, zend_ce_throwable, description_str) in PHP_FUNCTION()
|
Completed in 18 milliseconds