Lines Matching refs:exception
1728 if (!EG(exception)) { in opcache_compile_file()
1884 if (!EG(exception)) { in file_cache_compile_file()
2036 if (!EG(exception)) { in persistent_compile_file()
2093 if (!EG(exception)) { in persistent_compile_file()
3755 EG(exception) = (void*)(uintptr_t)-1; /* prevent error reporting */
3808 EG(exception) = NULL;
4423 if (UNEXPECTED(EG(exception))) {
4427 if (EG(exception)) {
4428 ret = zend_exception_error(EG(exception), E_ERROR);
4437 if (EG(exception)) {
4438 zend_exception_error(EG(exception), E_ERROR);