php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend_compile.h"
#include "zend_extensions.h"
#include "zend_ssa.h"
#include "zend_optimizer_internal.h"
#include "zend_inference.h"
#include "zend_call_graph.h"
#include "zend_func_info.h"
#include "zend_func_infos.h"
Go to the source code of this file.
Data Structures | |
struct | _func_info_t |
Macros | |
#define | F0(name, info) |
#define | F1(name, info) |
#define | FN(name, info) |
#define | FC(name, callback) |
Typedefs | |
typedef uint32_t(* | info_func_t) (const zend_call_info *call_info, const zend_ssa *ssa) |
typedef struct _func_info_t | func_info_t |
Functions | |
uint32_t | zend_get_internal_func_info (const zend_function *callee_func, const zend_call_info *call_info, const zend_ssa *ssa) |
ZEND_API uint32_t | zend_get_func_info (const zend_call_info *call_info, const zend_ssa *ssa, zend_class_entry **ce, bool *ce_is_instanceof) |
zend_result | zend_func_info_startup (void) |
zend_result | zend_func_info_shutdown (void) |
Variables | |
ZEND_API int | zend_func_info_rid = -1 |
Definition at line 41 of file zend_func_info.c.
Definition at line 43 of file zend_func_info.c.
Definition at line 47 of file zend_func_info.c.
Definition at line 45 of file zend_func_info.c.
typedef struct _func_info_t func_info_t |
typedef uint32_t(* info_func_t) (const zend_call_info *call_info, const zend_ssa *ssa) |
Definition at line 32 of file zend_func_info.c.
zend_result zend_func_info_shutdown | ( | void | ) |
Definition at line 231 of file zend_func_info.c.
zend_result zend_func_info_startup | ( | void | ) |
Definition at line 214 of file zend_func_info.c.
ZEND_API uint32_t zend_get_func_info | ( | const zend_call_info * | call_info, |
const zend_ssa * | ssa, | ||
zend_class_entry ** | ce, | ||
bool * | ce_is_instanceof ) |
Definition at line 132 of file zend_func_info.c.
uint32_t zend_get_internal_func_info | ( | const zend_function * | callee_func, |
const zend_call_info * | call_info, | ||
const zend_ssa * | ssa ) |
Definition at line 101 of file zend_func_info.c.
ZEND_API int zend_func_info_rid = -1 |
Definition at line 99 of file zend_func_info.c.