Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_exceptions.c785 zend_class_entry *ce_exception = Z_OBJCE_P(exception); in zend_exception_error() local
786 if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) { in zend_exception_error()
791 zend_call_method_with_0_params(&exception, ce_exception, NULL, "__tostring", &str); in zend_exception_error()
794 zend_error(E_WARNING, "%s::__toString() must return a string", ce_exception->name); in zend_exception_error()
796 …xception_ce, exception, "string", sizeof("string")-1, EG(exception) ? ce_exception->name : Z_STRVA… in zend_exception_error()
803 if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) { in zend_exception_error()
814 …ion handling during call to %s::__tostring()", Z_OBJCE_P(EG(exception))->name, ce_exception->name); in zend_exception_error()
827 zend_error(severity, "Uncaught exception '%s'", ce_exception->name); in zend_exception_error()

Completed in 15 milliseconds