Searched refs:zend_accel_error_noreturn (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/opcache/ |
H A D | zend_shared_alloc.c | 87 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Unable to create lock file: %s (%d)", strerror(errno),… in zend_shared_alloc_create_lock() 102 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Unable to allocate shared memory segment of %zu bytes:… in no_memory_bailout() 237 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup() 244 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup() 258 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup() 269 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup() 345 …zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Possible integer overflow in shared memory allocation … in zend_shared_alloc() 350 zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Shared memory lock not obtained"); in zend_shared_alloc() 482 …zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Cannot create lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_lock() 508 …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 | 32 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 | 880 zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Cannot kill process %d!", mem_usage_check->l_pid); in kill_all_lockers() 2876 zend_accel_error_noreturn(ACCEL_LOG_FATAL, in zend_accel_init_shm() 3218 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - can't… 3238 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - proba… 3295 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "opcache.file_cache_only is set without a proper settin… 4471 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Preloading is not compatible with dl() function."); 4602 zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Preloading is not supported on Windows"); 4645 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "\"opcache.preload_user\" has not been defined"); 4652 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Preloading failed to getpwnam(\"%s\")", ZCG(accel_dire… 4659 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Preloading failed to fork()"); [all …]
|
Completed in 34 milliseconds