php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | FILE_NAME "/tmp/fuzzer.php" |
#define | MAX_STEPS 1000 |
#define | MAX_SIZE (8 * 1024) |
Typedefs | |
typedef int(ZEND_FASTCALL * | opcode_handler_t) (zend_execute_data *) |
Functions | |
ZEND_ATTRIBUTE_UNUSED char * | get_opcache_path (void) |
#define FILE_NAME "/tmp/fuzzer.php" |
Definition at line 27 of file fuzzer-execute-common.h.
#define MAX_SIZE (8 * 1024) |
Definition at line 29 of file fuzzer-execute-common.h.
#define MAX_STEPS 1000 |
Definition at line 28 of file fuzzer-execute-common.h.
typedef int(ZEND_FASTCALL * opcode_handler_t) (zend_execute_data *) |
Definition at line 35 of file fuzzer-execute-common.h.
ZEND_ATTRIBUTE_UNUSED char * get_opcache_path | ( | void | ) |
Definition at line 138 of file fuzzer-execute-common.h.