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

Data Fields

zend_functionfunc_ptr
 
zend_objectobj
 
zend_objectclosure
 
zend_class_entryce
 

Detailed Description

Definition at line 354 of file php_spl.c.

Field Documentation

◆ ce

zend_class_entry* autoload_func_info::ce

Definition at line 358 of file php_spl.c.

◆ closure

zend_object* autoload_func_info::closure

Definition at line 357 of file php_spl.c.

◆ func_ptr

zend_function* autoload_func_info::func_ptr

Definition at line 355 of file php_spl.c.

◆ obj

zend_object* autoload_func_info::obj

Definition at line 356 of file php_spl.c.


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