Lines Matching refs:zend_ce_throwable
33 ZEND_API zend_class_entry *zend_ce_throwable; variable
84 if (!instanceof_function(Z_OBJCE(pv), zend_ce_throwable)) { in zend_exception_set_previous()
276 …ZEND_PARSE_PARAMS_QUIET, argc, "|SlO!", &message, &code, &previous, zend_ce_throwable) == FAILURE)… in ZEND_METHOD()
326 !instanceof_function(Z_OBJCE_P(pvalue), zend_ce_throwable) || in ZEND_METHOD()
343 …en, &code, &severity, &filename, &filename_len, &lineno, &previous, zend_ce_throwable) == FAILURE)… in ZEND_METHOD()
696 …Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), zend_ce_throwable)) { in ZEND_METHOD()
846 zend_class_implements(zend_ce_exception, 1, zend_ce_throwable); in zend_register_default_exception()
864 zend_class_implements(zend_ce_error, 1, zend_ce_throwable); in zend_register_default_exception()
915 if (!instanceof_function(exception_ce, zend_ce_throwable)) { in zend_throw_exception()
1004 } else if (instanceof_function(ce_exception, zend_ce_throwable)) { in zend_exception_error()
1065 if (!exception_ce || !instanceof_function(exception_ce, zend_ce_throwable)) { in zend_throw_exception_object()