php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_call_graph.h>
Data Fields | |
int | op_arrays_count |
zend_op_array ** | op_arrays |
zend_func_info * | func_infos |
Definition at line 56 of file zend_call_graph.h.
zend_func_info* _zend_call_graph::func_infos |
Definition at line 59 of file zend_call_graph.h.
zend_op_array** _zend_call_graph::op_arrays |
Definition at line 58 of file zend_call_graph.h.
int _zend_call_graph::op_arrays_count |
Definition at line 57 of file zend_call_graph.h.