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

#include <zend_ssa.h>

Data Fields

uint32_t type
 
bool has_range: 1
 
bool is_instanceof: 1
 
bool recursive: 1
 
bool use_as_double: 1
 
bool delayed_fetch_this: 1
 
bool avoid_refcounting: 1
 
bool guarded_reference: 1
 
bool indirect_reference: 1
 
zend_ssa_range range
 
zend_class_entryce
 

Detailed Description

Definition at line 121 of file zend_ssa.h.

Field Documentation

◆ avoid_refcounting

bool _zend_ssa_var_info::avoid_refcounting

Definition at line 128 of file zend_ssa.h.

◆ ce

zend_class_entry* _zend_ssa_var_info::ce

Definition at line 132 of file zend_ssa.h.

◆ delayed_fetch_this

bool _zend_ssa_var_info::delayed_fetch_this

Definition at line 127 of file zend_ssa.h.

◆ guarded_reference

bool _zend_ssa_var_info::guarded_reference

Definition at line 129 of file zend_ssa.h.

◆ has_range

bool _zend_ssa_var_info::has_range

Definition at line 123 of file zend_ssa.h.

◆ indirect_reference

bool _zend_ssa_var_info::indirect_reference

Definition at line 130 of file zend_ssa.h.

◆ is_instanceof

bool _zend_ssa_var_info::is_instanceof

Definition at line 124 of file zend_ssa.h.

◆ range

zend_ssa_range _zend_ssa_var_info::range

Definition at line 131 of file zend_ssa.h.

◆ recursive

bool _zend_ssa_var_info::recursive

Definition at line 125 of file zend_ssa.h.

◆ type

uint32_t _zend_ssa_var_info::type

Definition at line 122 of file zend_ssa.h.

◆ use_as_double

bool _zend_ssa_var_info::use_as_double

Definition at line 126 of file zend_ssa.h.


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