php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fuzzer-execute-common.h File Reference
#include <main/php.h>
#include "fuzzer.h"
#include "fuzzer-sapi.h"
#include "zend_exceptions.h"

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_FASTCALLopcode_handler_t) (zend_execute_data *)
 

Functions

ZEND_ATTRIBUTE_UNUSED char * get_opcache_path (void)
 

Macro Definition Documentation

◆ FILE_NAME

#define FILE_NAME   "/tmp/fuzzer.php"

Definition at line 27 of file fuzzer-execute-common.h.

◆ MAX_SIZE

#define MAX_SIZE   (8 * 1024)

Definition at line 29 of file fuzzer-execute-common.h.

◆ MAX_STEPS

#define MAX_STEPS   1000

Definition at line 28 of file fuzzer-execute-common.h.

Typedef Documentation

◆ opcode_handler_t

typedef int(ZEND_FASTCALL * opcode_handler_t) (zend_execute_data *)

Definition at line 35 of file fuzzer-execute-common.h.

Function Documentation

◆ get_opcache_path()

ZEND_ATTRIBUTE_UNUSED char * get_opcache_path ( void )

Definition at line 138 of file fuzzer-execute-common.h.