Searched refs:zend_win_error_message (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/opcache/ |
H A D | shared_alloc_win32.c | 47 static void zend_win_error_message(int type, char *msg, int err) in zend_win_error_message() function 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 …]
|
Completed in 6 milliseconds