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

Data Fields

zend_ffi_type_kind kind
 
size_t size
 
uint32_t align
 
uint32_t attr
 
union { 
 
   struct { 
 
      zend_string *   tag_name 
 
      zend_ffi_type_kind   kind 
 
   }   enumeration 
 
   struct { 
 
      zend_ffi_type *   type 
 
      zend_long   length 
 
   }   array 
 
   struct { 
 
      zend_ffi_type *   type 
 
   }   pointer 
 
   struct { 
 
      zend_string *   tag_name 
 
      HashTable   fields 
 
   }   record 
 
   struct { 
 
      zend_ffi_type *   ret_type 
 
      HashTable *   args 
 
      ffi_abi   abi 
 
   }   func 
 
};  
 

Detailed Description

Definition at line 109 of file ffi.c.

Field Documentation

◆ [union]

union { ... } _zend_ffi_type

◆ abi

ffi_abi _zend_ffi_type::abi

Definition at line 133 of file ffi.c.

◆ align

uint32_t _zend_ffi_type::align

Definition at line 112 of file ffi.c.

◆ args

HashTable* _zend_ffi_type::args

Definition at line 132 of file ffi.c.

◆ [struct]

struct { ... } _zend_ffi_type::array

◆ attr

uint32_t _zend_ffi_type::attr

Definition at line 113 of file ffi.c.

◆ [struct]

struct { ... } _zend_ffi_type::enumeration

◆ fields

HashTable _zend_ffi_type::fields

Definition at line 128 of file ffi.c.

◆ [struct]

struct { ... } _zend_ffi_type::func

◆ kind

zend_ffi_type_kind _zend_ffi_type::kind

Definition at line 110 of file ffi.c.

◆ length

zend_long _zend_ffi_type::length

Definition at line 121 of file ffi.c.

◆ [struct]

struct { ... } _zend_ffi_type::pointer

◆ [struct]

struct { ... } _zend_ffi_type::record

◆ ret_type

zend_ffi_type* _zend_ffi_type::ret_type

Definition at line 131 of file ffi.c.

◆ size

size_t _zend_ffi_type::size

Definition at line 111 of file ffi.c.

◆ tag_name

zend_string* _zend_ffi_type::tag_name

Definition at line 116 of file ffi.c.

◆ type

zend_ffi_type* _zend_ffi_type::type

Definition at line 120 of file ffi.c.


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