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

#include <php_output.h>

Data Fields

zend_fcall_info fci
 
zend_fcall_info_cache fcc
 
zval zoh
 

Detailed Description

Definition at line 116 of file php_output.h.

Field Documentation

◆ fcc

zend_fcall_info_cache _php_output_handler_user_func_t::fcc

Definition at line 118 of file php_output.h.

◆ fci

zend_fcall_info _php_output_handler_user_func_t::fci

Definition at line 117 of file php_output.h.

◆ zoh

zval _php_output_handler_user_func_t::zoh

Definition at line 119 of file php_output.h.


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