Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_exceptions.c33 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()
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()
[all …]
H A Dzend_exceptions.h27 extern ZEND_API zend_class_entry *zend_ce_throwable;
H A Dzend_generators.c975 Z_PARAM_OBJECT_OF_CLASS(exception, zend_ce_throwable); in ZEND_METHOD()
/PHP-8.0/ext/standard/
H A Dassert.c152 Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(description_obj, zend_ce_throwable, description_str) in PHP_FUNCTION()

Completed in 12 milliseconds