ce_exception      895 Zend/zend_exceptions.c 	zend_class_entry *ce_exception = Z_OBJCE_P(exception);
ce_exception      896 Zend/zend_exceptions.c 	if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) {
ce_exception      901 Zend/zend_exceptions.c 		zend_call_method_with_0_params(&exception, ce_exception, NULL, "__tostring", &str);
ce_exception      904 Zend/zend_exceptions.c 				zend_error(E_WARNING, "%s::__toString() must return a string", ce_exception->name);
ce_exception      906 Zend/zend_exceptions.c 				zend_update_property_string(default_exception_ce, exception, "string", sizeof("string")-1, EG(exception) ? ce_exception->name : Z_STRVAL_P(str) TSRMLS_CC);
ce_exception      913 Zend/zend_exceptions.c 			if (instanceof_function(ce_exception, default_exception_ce TSRMLS_CC)) {
ce_exception      924 Zend/zend_exceptions.c 			zend_error_va(E_WARNING, file ? Z_STRVAL_P(file) : NULL, line ? Z_LVAL_P(line) : 0, "Uncaught %s in exception handling during call to %s::__tostring()", Z_OBJCE_P(EG(exception))->name, ce_exception->name);
ce_exception      937 Zend/zend_exceptions.c 		zend_error(severity, "Uncaught exception '%s'", ce_exception->name);