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

#include <zend_cfg.h>

Data Fields

int blocks_count
 
int edges_count
 
zend_basic_blockblocks
 
int * predecessors
 
uint32_t * map
 
uint32_t flags
 

Detailed Description

Definition at line 84 of file zend_cfg.h.

Field Documentation

◆ blocks

zend_basic_block* _zend_cfg::blocks

Definition at line 87 of file zend_cfg.h.

◆ blocks_count

int _zend_cfg::blocks_count

Definition at line 85 of file zend_cfg.h.

◆ edges_count

int _zend_cfg::edges_count

Definition at line 86 of file zend_cfg.h.

◆ flags

uint32_t _zend_cfg::flags

Definition at line 90 of file zend_cfg.h.

◆ map

uint32_t* _zend_cfg::map

Definition at line 89 of file zend_cfg.h.

◆ predecessors

int* _zend_cfg::predecessors

Definition at line 88 of file zend_cfg.h.


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