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

#include <zend_fibers.h>

Data Fields

voidhandle
 
voidkind
 
zend_fiber_coroutine function
 
zend_fiber_clean cleanup
 
zend_fiber_stackstack
 
zend_fiber_status status
 
zend_execute_datatop_observed_frame
 
voidreserved [ZEND_MAX_RESERVED_RESOURCES]
 

Detailed Description

Definition at line 76 of file zend_fibers.h.

Field Documentation

◆ cleanup

zend_fiber_clean _zend_fiber_context::cleanup

Definition at line 87 of file zend_fibers.h.

◆ function

zend_fiber_coroutine _zend_fiber_context::function

Definition at line 84 of file zend_fibers.h.

◆ handle

void* _zend_fiber_context::handle

Definition at line 78 of file zend_fibers.h.

◆ kind

void* _zend_fiber_context::kind

Definition at line 81 of file zend_fibers.h.

◆ reserved

void* _zend_fiber_context::reserved[ZEND_MAX_RESERVED_RESOURCES]

Definition at line 99 of file zend_fibers.h.

◆ stack

zend_fiber_stack* _zend_fiber_context::stack

Definition at line 90 of file zend_fibers.h.

◆ status

zend_fiber_status _zend_fiber_context::status

Definition at line 93 of file zend_fibers.h.

◆ top_observed_frame

zend_execute_data* _zend_fiber_context::top_observed_frame

Definition at line 96 of file zend_fibers.h.


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