Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_exceptions.c33 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()
[all …]
H A Dzend_exceptions.h29 extern ZEND_API zend_class_entry *zend_ce_throwable;
/PHP-7.1/ext/standard/
H A Dassert.c249 instanceof_function(Z_OBJCE_P(description), zend_ce_throwable)) { in PHP_FUNCTION()

Completed in 8 milliseconds