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

#include <zend_compile.h>

Data Fields

zend_stringname
 
zend_type type
 
zend_stringdefault_value
 

Detailed Description

Definition at line 488 of file zend_compile.h.

Field Documentation

◆ default_value

zend_string* _zend_arg_info::default_value

Definition at line 491 of file zend_compile.h.

◆ name

zend_string* _zend_arg_info::name

Definition at line 489 of file zend_compile.h.

◆ type

zend_type _zend_arg_info::type

Definition at line 490 of file zend_compile.h.


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