Searched refs:ACCEL_LOG_FATAL (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/opcache/ |
H A D | shared_alloc_win32.c | 95 zend_accel_error(ACCEL_LOG_FATAL, "Cannot create mutex (error %u)", GetLastError()); in zend_shared_alloc_create_lock() 126 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to read base address", err); in zend_shared_alloc_reattach() 160 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to reattach to opcache shared globals", err); in zend_shared_alloc_reattach() 183 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to reattach to base address", err); in zend_shared_alloc_reattach() 192 zend_win_error_message(ACCEL_LOG_FATAL, "VirtualProtect() failed", err); in zend_shared_alloc_reattach() 253 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to open file mapping", err); in create_segments() 264 zend_win_error_message(ACCEL_LOG_FATAL, "calloc() failed", err); in create_segments() 276 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to create file mapping", err); in create_segments() 295 …zend_win_error_message(ACCEL_LOG_FATAL, "Bad mapping address specified in opcache.mmap_base", err); in create_segments() 311 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to create view for file mapping", err); in create_segments() [all …]
|
H A D | zend_accelerator_debug.c | 62 case ACCEL_LOG_FATAL: in zend_accel_error_va_args() 92 case ACCEL_LOG_FATAL: in zend_accel_error_va_args() 111 ZEND_ASSERT(type == ACCEL_LOG_FATAL || type == ACCEL_LOG_ERROR); in zend_accel_error_noreturn()
|
H A D | zend_accelerator_debug.h | 25 #define ACCEL_LOG_FATAL 0 macro
|
H A D | zend_shared_alloc.c | 106 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Unable to create lock file: %s (%d)", strerror(errno),… in zend_shared_alloc_create_lock() 121 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Unable to allocate shared memory segment of %zu bytes:… in no_memory_bailout() 256 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup() 263 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup() 277 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup() 288 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup()
|
H A D | zend_accelerator_hash.c | 57 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_hash_init() 64 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_hash_init()
|
H A D | zend_accelerator_blacklist.c | 63 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Blacklist initialization: no memory\n"); in zend_accel_blacklist_init()
|
H A D | ZendAccelerator.c | 2851 zend_accel_error_noreturn(ACCEL_LOG_FATAL, in zend_accel_init_shm() 3193 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - can't… 3213 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - proba… 3229 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - canno… 3270 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "opcache.file_cache_only is set without a proper settin… 4238 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Not enough shared memory for preloading. Consider incr… 4445 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Preloading is not compatible with dl() function."); 4693 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "\"opcache.preload\" requires \"opcache.preload_user\" … 4700 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Preloading failed to getpwnam(\"%s\")", ZCG(accel_dire… 4712 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Preloading failed to fork()"); [all …]
|
/PHP-8.3/ext/opcache/tests/ |
H A D | log_verbosity_bug.phpt | 2 Test ACCEL_LOG_FATAL will cause the process to die even if not logged 5 The resulting ACCEL_LOG_FATAL should cause php to die.
|
Completed in 33 milliseconds