php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <time.h>
#include "php.h"
#include "ZendAccelerator.h"
#include "zend_API.h"
#include "zend_closures.h"
#include "zend_shared_alloc.h"
#include "zend_accelerator_blacklist.h"
#include "php_ini.h"
#include "SAPI.h"
#include "zend_virtual_cwd.h"
#include "ext/standard/info.h"
#include "ext/standard/php_filestat.h"
#include "ext/date/php_date.h"
#include "opcache_arginfo.h"
Go to the source code of this file.
Macros | |
#define | STRING_NOT_NULL(s) |
#define | MIN_ACCEL_FILES 200 |
#define | MAX_ACCEL_FILES 1000000 |
#define | MAX_INTERNED_STRINGS_BUFFER_SIZE |
#define | TOKENTOSTR(X) |
#define MAX_ACCEL_FILES 1000000 |
Definition at line 44 of file zend_accelerator_module.c.
#define MAX_INTERNED_STRINGS_BUFFER_SIZE |
Definition at line 46 of file zend_accelerator_module.c.
#define MIN_ACCEL_FILES 200 |
Definition at line 43 of file zend_accelerator_module.c.
Definition at line 42 of file zend_accelerator_module.c.
Definition at line 56 of file zend_accelerator_module.c.
int start_accel_module | ( | void | ) |
Definition at line 584 of file zend_accelerator_module.c.
void zend_accel_info | ( | ZEND_MODULE_INFO_FUNC_ARGS | ) |
Definition at line 460 of file zend_accelerator_module.c.
Definition at line 427 of file zend_accelerator_module.c.
ZEND_FUNCTION | ( | opcache_compile_file | ) |
Definition at line 945 of file zend_accelerator_module.c.
ZEND_FUNCTION | ( | opcache_get_configuration | ) |
Definition at line 774 of file zend_accelerator_module.c.
ZEND_FUNCTION | ( | opcache_get_status | ) |
Definition at line 641 of file zend_accelerator_module.c.
ZEND_FUNCTION | ( | opcache_invalidate | ) |
Definition at line 908 of file zend_accelerator_module.c.
ZEND_FUNCTION | ( | opcache_is_script_cached | ) |
Definition at line 995 of file zend_accelerator_module.c.
ZEND_FUNCTION | ( | opcache_jit_blacklist | ) |
Definition at line 929 of file zend_accelerator_module.c.
ZEND_FUNCTION | ( | opcache_reset | ) |
Definition at line 882 of file zend_accelerator_module.c.