php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | ||
int | state | |
int | last | |
union { | ||
int use | ||
zend_ssa_phi * phi | ||
}; | ||
Definition at line 260 of file zend_inference.c.
union { ... } _zend_scc_iterator |
int _zend_scc_iterator::last |
Definition at line 262 of file zend_inference.c.
zend_ssa_phi* _zend_scc_iterator::phi |
Definition at line 265 of file zend_inference.c.
int _zend_scc_iterator::state |
Definition at line 261 of file zend_inference.c.
int _zend_scc_iterator::use |
Definition at line 264 of file zend_inference.c.