Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_exceptions.c33 ZEND_API zend_class_entry *zend_ce_throwable; variable
81 if (!instanceof_function(Z_OBJCE(pv), zend_ce_throwable)) { in zend_exception_set_previous()
267 …ZEND_PARSE_PARAMS_QUIET, argc, "|SlO!", &message, &code, &previous, zend_ce_throwable) == FAILURE)… in ZEND_METHOD()
330 …en, &code, &severity, &filename, &filename_len, &lineno, &previous, zend_ce_throwable) == FAILURE)… in ZEND_METHOD()
730 …Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), zend_ce_throwable)) { in ZEND_METHOD()
881 zend_class_implements(zend_ce_exception, 1, zend_ce_throwable); in zend_register_default_exception()
899 zend_class_implements(zend_ce_error, 1, zend_ce_throwable); in zend_register_default_exception()
946 if (!instanceof_function(exception_ce, zend_ce_throwable)) { in zend_throw_exception()
1030 } else if (instanceof_function(ce_exception, zend_ce_throwable)) { in zend_exception_error()
1091 if (!exception_ce || !instanceof_function(exception_ce, zend_ce_throwable)) { in zend_throw_exception_object()
H A Dzend_exceptions.h29 extern ZEND_API zend_class_entry *zend_ce_throwable;
/PHP-7.0/ext/standard/
H A Dassert.c248 instanceof_function(Z_OBJCE_P(description), zend_ce_throwable)) { in PHP_FUNCTION()

Completed in 13 milliseconds