|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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_string * | function_name |
| zend_class_entry * | scope |
| zend_function * | prototype |
| uint32_t | num_args |
| uint32_t | required_num_args |
| zend_internal_arg_info * | arg_info |
| HashTable * | attributes |
| zend_string * | doc_comment |
| uint32_t | T |
| const zend_property_info * | prop_info |
| zif_handler | handler |
| struct _zend_module_entry * | module |
| const zend_frameless_function_info * | frameless_function_infos |
| void * | reserved [ZEND_MAX_RESERVED_RESOURCES] |
Definition at line 564 of file zend_compile.h.
| _zend_internal_function::ZEND_MAP_PTR_DEF | ( | void ** | , |
| run_time_cache | ) |
| uint8_t _zend_internal_function::arg_flags[3] |
Definition at line 567 of file zend_compile.h.
| zend_internal_arg_info* _zend_internal_function::arg_info |
Definition at line 574 of file zend_compile.h.
| HashTable* _zend_internal_function::attributes |
Definition at line 575 of file zend_compile.h.
| zend_string* _zend_internal_function::doc_comment |
Definition at line 577 of file zend_compile.h.
| uint32_t _zend_internal_function::fn_flags |
Definition at line 568 of file zend_compile.h.
| const zend_frameless_function_info* _zend_internal_function::frameless_function_infos |
Definition at line 584 of file zend_compile.h.
| zend_string* _zend_internal_function::function_name |
Definition at line 569 of file zend_compile.h.
| zif_handler _zend_internal_function::handler |
Definition at line 582 of file zend_compile.h.
| struct _zend_module_entry* _zend_internal_function::module |
Definition at line 583 of file zend_compile.h.
| uint32_t _zend_internal_function::num_args |
Definition at line 572 of file zend_compile.h.
| const zend_property_info* _zend_internal_function::prop_info |
Definition at line 579 of file zend_compile.h.
| zend_function* _zend_internal_function::prototype |
Definition at line 571 of file zend_compile.h.
| uint32_t _zend_internal_function::required_num_args |
Definition at line 573 of file zend_compile.h.
| void* _zend_internal_function::reserved[ZEND_MAX_RESERVED_RESOURCES] |
Definition at line 585 of file zend_compile.h.
| zend_class_entry* _zend_internal_function::scope |
Definition at line 570 of file zend_compile.h.
| uint32_t _zend_internal_function::T |
Definition at line 578 of file zend_compile.h.
| uint8_t _zend_internal_function::type |
Definition at line 566 of file zend_compile.h.