ce_exception      995 Zend/zend_exceptions.c 	zend_class_entry *ce_exception;
ce_exception      998 Zend/zend_exceptions.c 	ce_exception = Z_OBJCE(exception);
ce_exception     1000 Zend/zend_exceptions.c 	if (ce_exception == zend_ce_parse_error) {
ce_exception     1009 Zend/zend_exceptions.c 	} else if (instanceof_function(ce_exception, zend_ce_throwable)) {
ce_exception     1014 Zend/zend_exceptions.c 		zend_call_method_with_0_params(&exception, ce_exception, NULL, "__tostring", &tmp);
ce_exception     1017 Zend/zend_exceptions.c 				zend_error(E_WARNING, "%s::__toString() must return a string", ZSTR_VAL(ce_exception->name));
ce_exception     1029 Zend/zend_exceptions.c 			if (instanceof_function(ce_exception, zend_ce_exception) || instanceof_function(ce_exception, zend_ce_error)) {
ce_exception     1036 Zend/zend_exceptions.c 				ZSTR_VAL(Z_OBJCE(zv)->name), ZSTR_VAL(ce_exception->name));
ce_exception     1053 Zend/zend_exceptions.c 		zend_error(severity, "Uncaught exception '%s'", ZSTR_VAL(ce_exception->name));