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

#include <zend_compile.h>

Data Fields

uintptr_t required_num_args
 
zend_type type
 
const char * default_value
 

Detailed Description

Definition at line 499 of file zend_compile.h.

Field Documentation

◆ default_value

const char* _zend_internal_function_info::default_value

Definition at line 502 of file zend_compile.h.

◆ required_num_args

uintptr_t _zend_internal_function_info::required_num_args

Definition at line 500 of file zend_compile.h.

◆ type

zend_type _zend_internal_function_info::type

Definition at line 501 of file zend_compile.h.


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