Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_exceptions.c31 ZEND_API zend_class_entry *zend_ce_throwable; variable
89 if (!instanceof_function(Z_OBJCE(pv), zend_ce_throwable)) { in zend_exception_set_previous()
286 …ZEND_PARSE_PARAMS_QUIET, argc, "|SlO!", &message, &code, &previous, zend_ce_throwable) == FAILURE)… in ZEND_METHOD()
336 !instanceof_function(Z_OBJCE_P(pvalue), zend_ce_throwable) || in ZEND_METHOD()
352 …llSlO!", &message, &code, &severity, &filename, &lineno, &previous, zend_ce_throwable) == FAILURE)… in ZEND_METHOD()
689 …Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), zend_ce_throwable)) { in ZEND_METHOD()
839 zend_class_implements(zend_ce_exception, 1, zend_ce_throwable); in zend_register_default_exception()
857 zend_class_implements(zend_ce_error, 1, zend_ce_throwable); in zend_register_default_exception()
912 if (!instanceof_function(exception_ce, zend_ce_throwable)) { in zend_throw_exception()
1002 } 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;
/PHP-7.4/ext/standard/
H A Dassert.c248 instanceof_function(Z_OBJCE_P(description), zend_ce_throwable)) { in PHP_FUNCTION()

Completed in 25 milliseconds