php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_zend_call_graph Struct Reference

#include <zend_call_graph.h>

Data Fields

int op_arrays_count
 
zend_op_array ** op_arrays
 
zend_func_infofunc_infos
 

Detailed Description

Definition at line 56 of file zend_call_graph.h.

Field Documentation

◆ func_infos

zend_func_info* _zend_call_graph::func_infos

Definition at line 59 of file zend_call_graph.h.

◆ op_arrays

zend_op_array** _zend_call_graph::op_arrays

Definition at line 58 of file zend_call_graph.h.

◆ op_arrays_count

int _zend_call_graph::op_arrays_count

Definition at line 57 of file zend_call_graph.h.


The documentation for this struct was generated from the following file: