Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_exceptions.c990 zend_class_entry *ce_exception; in zend_exception_error() local
993 ce_exception = Z_OBJCE(exception); in zend_exception_error()
995 if (ce_exception == zend_ce_parse_error) { in zend_exception_error()
1004 } else if (instanceof_function(ce_exception, zend_ce_throwable)) { in zend_exception_error()
1009 zend_call_method_with_0_params(&exception, ce_exception, NULL, "__tostring", &tmp); in zend_exception_error()
1012 zend_error(E_WARNING, "%s::__toString() must return a string", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
1024 …if (instanceof_function(ce_exception, zend_ce_exception) || instanceof_function(ce_exception, zend… in zend_exception_error()
1031 ZSTR_VAL(Z_OBJCE(zv)->name), ZSTR_VAL(ce_exception->name)); in zend_exception_error()
1048 zend_error(severity, "Uncaught exception '%s'", ZSTR_VAL(ce_exception->name)); in zend_exception_error()

Completed in 10 milliseconds