Searched refs:zend_accel_error_noreturn (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/opcache/ |
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() 364 …zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Possible integer overflow in shared memory allocation … in zend_shared_alloc() 370 zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Shared memory lock not obtained"); in zend_shared_alloc() 504 …zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Cannot create lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_lock() 532 …zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Cannot remove lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_unlock() [all …]
|
H A D | zend_accelerator_debug.h | 34 ZEND_NORETURN void zend_accel_error_noreturn(int type, const char *format, ...) ZEND_ATTRIBUTE_FORM…
|
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() 71 …zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Blacklist compilation failed (offset: %d), %s\n", pcre… in blacklist_report_regexp_error() 166 zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Too long blacklist entry\n"); in zend_accel_blacklist_update_regexp() 176 zend_accel_error_noreturn(ACCEL_LOG_ERROR, "malloc() failed\n"); in zend_accel_blacklist_update_regexp() 307 zend_accel_error_noreturn(ACCEL_LOG_ERROR, "malloc() failed\n"); in zend_accel_blacklist_loadone()
|
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_debug.c | 107 ZEND_NORETURN void zend_accel_error_noreturn(int type, const char *format, ...) in zend_accel_error_noreturn() function
|
H A D | ZendAccelerator.c | 867 zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Cannot kill process %d!", mem_usage_check->l_pid); in kill_all_lockers() 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… 3270 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "opcache.file_cache_only is set without a proper settin… 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()"); 4746 zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Preloading is not supported on Windows"); [all …]
|
Completed in 19 milliseconds