Searched refs:ce_exception (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/Zend/ |
H A D | zend_exceptions.c | 911 zend_class_entry *ce_exception = Z_OBJCE_P(exception); in zend_exception_error() local 913 if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) { in zend_exception_error() 916 zend_call_method_with_0_params(&exception, ce_exception, NULL, "__tostring", &str); in zend_exception_error() 919 zend_error(E_WARNING, "%s::__toString() must return a string", ce_exception->name); in zend_exception_error() 921 …xception_ce, exception, "string", sizeof("string")-1, EG(exception) ? ce_exception->name : Z_STRVA… in zend_exception_error() 928 if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) { in zend_exception_error() 939 …ion handling during call to %s::__tostring()", Z_OBJCE_P(EG(exception))->name, ce_exception->name); in zend_exception_error() 952 zend_error(severity, "Uncaught exception '%s'", ce_exception->name); in zend_exception_error()
|
Completed in 7 milliseconds