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

Data Fields

int state
 
int last
 
union { 
 
   int   use 
 
   zend_ssa_phi *   phi 
 
};  
 

Detailed Description

Definition at line 260 of file zend_inference.c.

Field Documentation

◆ [union]

union { ... } _zend_scc_iterator

◆ last

int _zend_scc_iterator::last

Definition at line 262 of file zend_inference.c.

◆ phi

zend_ssa_phi* _zend_scc_iterator::phi

Definition at line 265 of file zend_inference.c.

◆ state

int _zend_scc_iterator::state

Definition at line 261 of file zend_inference.c.

◆ use

int _zend_scc_iterator::use

Definition at line 264 of file zend_inference.c.


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