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

#include <zend_attributes.h>

Data Fields

zend_stringname
 
zend_stringlcname
 
uint32_t flags
 
uint32_t lineno
 
uint32_t offset
 
uint32_t argc
 
zend_attribute_arg args [1]
 

Detailed Description

Definition at line 56 of file zend_attributes.h.

Field Documentation

◆ argc

uint32_t _zend_attribute::argc

Definition at line 63 of file zend_attributes.h.

◆ args

zend_attribute_arg _zend_attribute::args[1]

Definition at line 64 of file zend_attributes.h.

◆ flags

uint32_t _zend_attribute::flags

Definition at line 59 of file zend_attributes.h.

◆ lcname

zend_string* _zend_attribute::lcname

Definition at line 58 of file zend_attributes.h.

◆ lineno

uint32_t _zend_attribute::lineno

Definition at line 60 of file zend_attributes.h.

◆ name

zend_string* _zend_attribute::name

Definition at line 57 of file zend_attributes.h.

◆ offset

uint32_t _zend_attribute::offset

Definition at line 62 of file zend_attributes.h.


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