Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_exceptions.c887 zend_class_entry *ce_exception = Z_OBJCE_P(exception); in zend_exception_error() local
888 if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) { in zend_exception_error()
893 zend_call_method_with_0_params(&exception, ce_exception, NULL, "__tostring", &str); in zend_exception_error()
896 zend_error(E_WARNING, "%s::__toString() must return a string", ce_exception->name); in zend_exception_error()
898 …xception_ce, exception, "string", sizeof("string")-1, EG(exception) ? ce_exception->name : Z_STRVA… in zend_exception_error()
905 if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) { in zend_exception_error()
916 …ion handling during call to %s::__tostring()", Z_OBJCE_P(EG(exception))->name, ce_exception->name); in zend_exception_error()
929 zend_error(severity, "Uncaught exception '%s'", ce_exception->name); in zend_exception_error()

Completed in 12 milliseconds