Home
last modified time | relevance | path

Searched refs:zend_accel_error_noreturn (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/opcache/
H A Dzend_shared_alloc.c106zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Unable to create lock file: %s (%d)", strerror(errno),… in zend_shared_alloc_create_lock()
121zend_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()
364zend_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()
504zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Cannot create lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_lock()
532zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Cannot remove lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_unlock()
[all …]
H A Dzend_accelerator_debug.h34 ZEND_NORETURN void zend_accel_error_noreturn(int type, const char *format, ...) ZEND_ATTRIBUTE_FORM…
H A Dzend_accelerator_blacklist.c63 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Blacklist initialization: no memory\n"); in zend_accel_blacklist_init()
71zend_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 Dzend_accelerator_hash.c57 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 Dzend_accelerator_debug.c107 ZEND_NORETURN void zend_accel_error_noreturn(int type, const char *format, ...) in zend_accel_error_noreturn() function
H A DZendAccelerator.c867 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()
3193zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - can't…
3213zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - proba…
3270zend_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.");
4693zend_accel_error_noreturn(ACCEL_LOG_FATAL, "\"opcache.preload\" requires \"opcache.preload_user\" …
4700zend_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 22 milliseconds