|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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 |
| #define ACCEL_LOG_DEBUG 4 |
Definition at line 29 of file zend_accelerator_debug.h.
| #define ACCEL_LOG_ERROR 1 |
Definition at line 26 of file zend_accelerator_debug.h.
| #define ACCEL_LOG_FATAL 0 |
Definition at line 25 of file zend_accelerator_debug.h.
| #define ACCEL_LOG_INFO 3 |
Definition at line 28 of file zend_accelerator_debug.h.
| #define ACCEL_LOG_WARNING 2 |
Definition at line 27 of file zend_accelerator_debug.h.
| void zend_accel_error | ( | int | type, |
| const char * | format, | ||
| ... ) |
| void ZEND_NORETURN void zend_accel_error_noreturn | ( | int | type, |
| const char * | format, | ||
| ... ) |