|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_call_graph.h>
Data Fields | |
| zend_op_array * | caller_op_array |
| zend_op * | caller_init_opline |
| zend_op * | caller_call_opline |
| zend_function * | callee_func |
| zend_call_info * | next_caller |
| zend_call_info * | next_callee |
| bool | recursive |
| bool | send_unpack |
| bool | named_args |
| bool | is_prototype |
| bool | is_frameless |
| int | num_args |
| zend_send_arg_info | arg_info [1] |
Definition at line 30 of file zend_call_graph.h.
| zend_send_arg_info _zend_call_info::arg_info[1] |
Definition at line 43 of file zend_call_graph.h.
| zend_function* _zend_call_info::callee_func |
Definition at line 34 of file zend_call_graph.h.
| zend_op* _zend_call_info::caller_call_opline |
Definition at line 33 of file zend_call_graph.h.
| zend_op* _zend_call_info::caller_init_opline |
Definition at line 32 of file zend_call_graph.h.
| zend_op_array* _zend_call_info::caller_op_array |
Definition at line 31 of file zend_call_graph.h.
| bool _zend_call_info::is_frameless |
Definition at line 41 of file zend_call_graph.h.
| bool _zend_call_info::is_prototype |
Definition at line 40 of file zend_call_graph.h.
| bool _zend_call_info::named_args |
Definition at line 39 of file zend_call_graph.h.
| zend_call_info* _zend_call_info::next_callee |
Definition at line 36 of file zend_call_graph.h.
| zend_call_info* _zend_call_info::next_caller |
Definition at line 35 of file zend_call_graph.h.
| int _zend_call_info::num_args |
Definition at line 42 of file zend_call_graph.h.
| bool _zend_call_info::recursive |
Definition at line 37 of file zend_call_graph.h.
| bool _zend_call_info::send_unpack |
Definition at line 38 of file zend_call_graph.h.