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

#include <zend_API.h>

Data Fields

const char * fname
 
zif_handler handler
 
const struct _zend_internal_arg_infoarg_info
 
uint32_t num_args
 
uint32_t flags
 
const zend_frameless_function_infoframeless_function_infos
 
const char * doc_comment
 

Detailed Description

Definition at line 35 of file zend_API.h.

Field Documentation

◆ arg_info

const struct _zend_internal_arg_info* _zend_function_entry::arg_info

Definition at line 38 of file zend_API.h.

◆ doc_comment

const char* _zend_function_entry::doc_comment

Definition at line 42 of file zend_API.h.

◆ flags

uint32_t _zend_function_entry::flags

Definition at line 40 of file zend_API.h.

◆ fname

const char* _zend_function_entry::fname

Definition at line 36 of file zend_API.h.

◆ frameless_function_infos

const zend_frameless_function_info* _zend_function_entry::frameless_function_infos

Definition at line 41 of file zend_API.h.

◆ handler

zif_handler _zend_function_entry::handler

Definition at line 37 of file zend_API.h.

◆ num_args

uint32_t _zend_function_entry::num_args

Definition at line 39 of file zend_API.h.


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