php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_accelerator_debug.h File Reference

Go to the source code of this file.

Macros

#define ACCEL_LOG_FATAL   0
 
#define ACCEL_LOG_ERROR   1
 
#define ACCEL_LOG_WARNING   2
 
#define ACCEL_LOG_INFO   3
 
#define ACCEL_LOG_DEBUG   4
 

Functions

void zend_accel_error (int type, const char *format,...) ZEND_ATTRIBUTE_FORMAT(printf
 
void ZEND_NORETURN void zend_accel_error_noreturn (int type, const char *format,...) ZEND_ATTRIBUTE_FORMAT(printf
 

Macro Definition Documentation

◆ ACCEL_LOG_DEBUG

#define ACCEL_LOG_DEBUG   4

Definition at line 29 of file zend_accelerator_debug.h.

◆ ACCEL_LOG_ERROR

#define ACCEL_LOG_ERROR   1

Definition at line 26 of file zend_accelerator_debug.h.

◆ ACCEL_LOG_FATAL

#define ACCEL_LOG_FATAL   0

Definition at line 25 of file zend_accelerator_debug.h.

◆ ACCEL_LOG_INFO

#define ACCEL_LOG_INFO   3

Definition at line 28 of file zend_accelerator_debug.h.

◆ ACCEL_LOG_WARNING

#define ACCEL_LOG_WARNING   2

Definition at line 27 of file zend_accelerator_debug.h.

Function Documentation

◆ zend_accel_error()

void zend_accel_error ( int type,
const char * format,
... )

◆ zend_accel_error_noreturn()

void ZEND_NORETURN void zend_accel_error_noreturn ( int type,
const char * format,
... )