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

#include <zend_compile.h>

Public Member Functions

 ZEND_MAP_PTR_DEF (void **, run_time_cache)
 

Data Fields

uint8_t type
 
uint8_t arg_flags [3]
 
uint32_t fn_flags
 
zend_stringfunction_name
 
zend_class_entryscope
 
zend_functionprototype
 
uint32_t num_args
 
uint32_t required_num_args
 
zend_internal_arg_infoarg_info
 
HashTableattributes
 
zend_stringdoc_comment
 
uint32_t T
 
const zend_property_infoprop_info
 
zif_handler handler
 
struct _zend_module_entrymodule
 
const zend_frameless_function_infoframeless_function_infos
 
voidreserved [ZEND_MAX_RESERVED_RESOURCES]
 

Detailed Description

Definition at line 564 of file zend_compile.h.

Member Function Documentation

◆ ZEND_MAP_PTR_DEF()

_zend_internal_function::ZEND_MAP_PTR_DEF ( void ** ,
run_time_cache  )

Field Documentation

◆ arg_flags

uint8_t _zend_internal_function::arg_flags[3]

Definition at line 567 of file zend_compile.h.

◆ arg_info

zend_internal_arg_info* _zend_internal_function::arg_info

Definition at line 574 of file zend_compile.h.

◆ attributes

HashTable* _zend_internal_function::attributes

Definition at line 575 of file zend_compile.h.

◆ doc_comment

zend_string* _zend_internal_function::doc_comment

Definition at line 577 of file zend_compile.h.

◆ fn_flags

uint32_t _zend_internal_function::fn_flags

Definition at line 568 of file zend_compile.h.

◆ frameless_function_infos

const zend_frameless_function_info* _zend_internal_function::frameless_function_infos

Definition at line 584 of file zend_compile.h.

◆ function_name

zend_string* _zend_internal_function::function_name

Definition at line 569 of file zend_compile.h.

◆ handler

zif_handler _zend_internal_function::handler

Definition at line 582 of file zend_compile.h.

◆ module

struct _zend_module_entry* _zend_internal_function::module

Definition at line 583 of file zend_compile.h.

◆ num_args

uint32_t _zend_internal_function::num_args

Definition at line 572 of file zend_compile.h.

◆ prop_info

const zend_property_info* _zend_internal_function::prop_info

Definition at line 579 of file zend_compile.h.

◆ prototype

zend_function* _zend_internal_function::prototype

Definition at line 571 of file zend_compile.h.

◆ required_num_args

uint32_t _zend_internal_function::required_num_args

Definition at line 573 of file zend_compile.h.

◆ reserved

void* _zend_internal_function::reserved[ZEND_MAX_RESERVED_RESOURCES]

Definition at line 585 of file zend_compile.h.

◆ scope

zend_class_entry* _zend_internal_function::scope

Definition at line 570 of file zend_compile.h.

◆ T

uint32_t _zend_internal_function::T

Definition at line 578 of file zend_compile.h.

◆ type

uint8_t _zend_internal_function::type

Definition at line 566 of file zend_compile.h.


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