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

#include <zend_attributes.h>

Data Fields

zend_class_entryce
 
uint32_t flags
 
void(* validator )(zend_attribute *attr, uint32_t target, zend_class_entry *scope)
 

Detailed Description

Definition at line 67 of file zend_attributes.h.

Field Documentation

◆ ce

zend_class_entry* _zend_internal_attribute::ce

Definition at line 68 of file zend_attributes.h.

◆ flags

uint32_t _zend_internal_attribute::flags

Definition at line 69 of file zend_attributes.h.

◆ validator

void(* _zend_internal_attribute::validator) (zend_attribute *attr, uint32_t target, zend_class_entry *scope)

Definition at line 70 of file zend_attributes.h.


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