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

#include <zend_jit_internal.h>

Data Fields

union { 
 
   int32_t   ref 
 
   int32_t   offset 
 
};  
 
int8_t reg
 

Detailed Description

Definition at line 424 of file zend_jit_internal.h.

Field Documentation

◆ [union]

union { ... } _zend_jit_ref_snapshot

◆ offset

int32_t _zend_jit_ref_snapshot::offset

Definition at line 427 of file zend_jit_internal.h.

◆ ref

int32_t _zend_jit_ref_snapshot::ref

Definition at line 426 of file zend_jit_internal.h.

◆ reg

int8_t _zend_jit_ref_snapshot::reg

Definition at line 429 of file zend_jit_internal.h.


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