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

#include <zend_ssa.h>

Data Fields

zend_long min
 
zend_long max
 
bool underflow
 
bool overflow
 

Detailed Description

Definition at line 25 of file zend_ssa.h.

Field Documentation

◆ max

zend_long _zend_ssa_range::max

Definition at line 27 of file zend_ssa.h.

◆ min

zend_long _zend_ssa_range::min

Definition at line 26 of file zend_ssa.h.

◆ overflow

bool _zend_ssa_range::overflow

Definition at line 29 of file zend_ssa.h.

◆ underflow

bool _zend_ssa_range::underflow

Definition at line 28 of file zend_ssa.h.


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