Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/
H A Dzend_accelerator_debug.c65 case ACCEL_LOG_ERROR: in zend_accel_error_va_args()
89 case ACCEL_LOG_ERROR: in zend_accel_error_va_args()
111 ZEND_ASSERT(type == ACCEL_LOG_FATAL || type == ACCEL_LOG_ERROR); in zend_accel_error_noreturn()
H A Dzend_accelerator_debug.h26 #define ACCEL_LOG_ERROR 1 macro
H A Dzend_accelerator_blacklist.c71 …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 Dzend_shared_alloc.c364 …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()
647 zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Failed to protect memory"); in zend_accel_shared_protect()
H A Dshared_alloc_win32.c106 zend_accel_error(ACCEL_LOG_ERROR, "Cannot lock mutex"); in zend_shared_alloc_lock_win32()
H A DZendAccelerator.c867 zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Cannot kill process %d!", mem_usage_check->l_pid); in kill_all_lockers()
1525 …stent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_W… in store_script_in_file_cache()
1638 …stent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_W… in cache_script_in_shared_memory()
2441 ((char*)entry + size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_WARNING, in zend_accel_inheritance_cache_add()
4254 …stent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_W…
4746 zend_accel_error_noreturn(ACCEL_LOG_ERROR, "Preloading is not supported on Windows");

Completed in 28 milliseconds