Home
last modified time | relevance | path

Searched defs:_zend_func_info (Results 1 – 11 of 11) sorted by relevance

/dports/lang/php73/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_call_graph.h48 struct _zend_func_info { struct
49 int num;
50 uint32_t flags;
51 zend_ssa ssa; /* Static Single Assignmnt Form */
55 int num_args; /* (-1 - unknown) */
56 zend_recv_arg_info *arg_info;
57 zend_ssa_var_info return_info;
58 zend_func_info *clone;
59 int clone_num;
60 int return_value_used; /* -1 unknown, 0 no, 1 yes */
[all …]
/dports/lang/php74/php-7.4.27/ext/opcache/Optimizer/
H A Dzend_call_graph.h48 struct _zend_func_info { struct
49 int num;
50 uint32_t flags;
51 zend_ssa ssa; /* Static Single Assignmnt Form */
55 int num_args; /* (-1 - unknown) */
56 zend_recv_arg_info *arg_info;
57 zend_ssa_var_info return_info;
58 zend_func_info *clone;
59 int clone_num;
60 int return_value_used; /* -1 unknown, 0 no, 1 yes */
[all …]
/dports/www/php74-opcache/php-7.4.27/ext/opcache/Optimizer/
H A Dzend_call_graph.h48 struct _zend_func_info { struct
49 int num;
50 uint32_t flags;
51 zend_ssa ssa; /* Static Single Assignmnt Form */
55 int num_args; /* (-1 - unknown) */
56 zend_recv_arg_info *arg_info;
57 zend_ssa_var_info return_info;
58 zend_func_info *clone;
59 int clone_num;
60 int return_value_used; /* -1 unknown, 0 no, 1 yes */
[all …]
/dports/www/php73-opcache/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_call_graph.h48 struct _zend_func_info { struct
49 int num;
50 uint32_t flags;
51 zend_ssa ssa; /* Static Single Assignmnt Form */
55 int num_args; /* (-1 - unknown) */
56 zend_recv_arg_info *arg_info;
57 zend_ssa_var_info return_info;
58 zend_func_info *clone;
59 int clone_num;
60 int return_value_used; /* -1 unknown, 0 no, 1 yes */
[all …]
/dports/www/mod_php73/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_call_graph.h48 struct _zend_func_info { struct
49 int num;
50 uint32_t flags;
51 zend_ssa ssa; /* Static Single Assignmnt Form */
55 int num_args; /* (-1 - unknown) */
56 zend_recv_arg_info *arg_info;
57 zend_ssa_var_info return_info;
58 zend_func_info *clone;
59 int clone_num;
60 int return_value_used; /* -1 unknown, 0 no, 1 yes */
[all …]
/dports/www/mod_php74/php-7.4.27/ext/opcache/Optimizer/
H A Dzend_call_graph.h48 struct _zend_func_info { struct
49 int num;
50 uint32_t flags;
51 zend_ssa ssa; /* Static Single Assignmnt Form */
55 int num_args; /* (-1 - unknown) */
56 zend_recv_arg_info *arg_info;
57 zend_ssa_var_info return_info;
58 zend_func_info *clone;
59 int clone_num;
60 int return_value_used; /* -1 unknown, 0 no, 1 yes */
[all …]
/dports/lang/php80/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_call_graph.h44 struct _zend_func_info { struct
45 int num;
46 uint32_t flags;
47 zend_ssa ssa; /* Static Single Assignmnt Form */
48 zend_call_info *caller_info; /* where this function is called from */
49 zend_call_info *callee_info; /* which functions are called from this one */
50 zend_call_info **call_map; /* Call info associated with init/call/send opnum */
51 zend_ssa_var_info return_info;
/dports/www/php80-opcache/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_call_graph.h44 struct _zend_func_info { struct
45 int num;
46 uint32_t flags;
47 zend_ssa ssa; /* Static Single Assignmnt Form */
48 zend_call_info *caller_info; /* where this function is called from */
49 zend_call_info *callee_info; /* which functions are called from this one */
50 zend_call_info **call_map; /* Call info associated with init/call/send opnum */
51 zend_ssa_var_info return_info;
/dports/www/mod_php80/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_call_graph.h44 struct _zend_func_info { struct
45 int num;
46 uint32_t flags;
47 zend_ssa ssa; /* Static Single Assignmnt Form */
48 zend_call_info *caller_info; /* where this function is called from */
49 zend_call_info *callee_info; /* which functions are called from this one */
50 zend_call_info **call_map; /* Call info associated with init/call/send opnum */
51 zend_ssa_var_info return_info;
/dports/www/mod_php81/php-8.1.1/Zend/Optimizer/
H A Dzend_call_graph.h45 struct _zend_func_info { struct
46 int num;
47 uint32_t flags;
48 zend_ssa ssa; /* Static Single Assignment Form */
49 zend_call_info *caller_info; /* where this function is called from */
50 zend_call_info *callee_info; /* which functions are called from this one */
51 zend_call_info **call_map; /* Call info associated with init/call/send opnum */
52 zend_ssa_var_info return_info;
/dports/lang/php81/php-8.1.1/Zend/Optimizer/
H A Dzend_call_graph.h45 struct _zend_func_info { struct
46 int num;
47 uint32_t flags;
48 zend_ssa ssa; /* Static Single Assignment Form */
49 zend_call_info *caller_info; /* where this function is called from */
50 zend_call_info *callee_info; /* which functions are called from this one */
51 zend_call_info **call_map; /* Call info associated with init/call/send opnum */
52 zend_ssa_var_info return_info;