zend_ce_throwable 33 Zend/zend_exceptions.c ZEND_API zend_class_entry *zend_ce_throwable; zend_ce_throwable 81 Zend/zend_exceptions.c if (!instanceof_function(Z_OBJCE(pv), zend_ce_throwable)) { zend_ce_throwable 265 Zend/zend_exceptions.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc, "|SlO!", &message, &code, &previous, zend_ce_throwable) == FAILURE) { zend_ce_throwable 327 Zend/zend_exceptions.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc, "|sllslO!", &message, &message_len, &code, &severity, &filename, &filename_len, &lineno, &previous, zend_ce_throwable) == FAILURE) { zend_ce_throwable 724 Zend/zend_exceptions.c while (exception && Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), zend_ce_throwable)) { zend_ce_throwable 860 Zend/zend_exceptions.c zend_class_implements(zend_ce_exception, 1, zend_ce_throwable); zend_ce_throwable 878 Zend/zend_exceptions.c zend_class_implements(zend_ce_error, 1, zend_ce_throwable); zend_ce_throwable 925 Zend/zend_exceptions.c if (!instanceof_function(exception_ce, zend_ce_throwable)) { zend_ce_throwable 1009 Zend/zend_exceptions.c } else if (instanceof_function(ce_exception, zend_ce_throwable)) { zend_ce_throwable 1070 Zend/zend_exceptions.c if (!exception_ce || !instanceof_function(exception_ce, zend_ce_throwable)) { zend_ce_throwable 29 Zend/zend_exceptions.h extern ZEND_API zend_class_entry *zend_ce_throwable; zend_ce_throwable 248 ext/standard/assert.c instanceof_function(Z_OBJCE_P(description), zend_ce_throwable)) {