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

#include <fiber.h>

Data Fields

zend_object std
 
uint8_t flags
 
zend_fiber_context context
 
zend_fiber_contextcaller
 
zend_fiber_contextprevious
 
zend_test_fibertarget
 
zend_fcall_info fci
 
zend_fcall_info_cache fci_cache
 
zval result
 

Detailed Description

Definition at line 24 of file fiber.h.

Field Documentation

◆ caller

zend_fiber_context* _zend_test_fiber::caller

Definition at line 28 of file fiber.h.

◆ context

zend_fiber_context _zend_test_fiber::context

Definition at line 27 of file fiber.h.

◆ fci

zend_fcall_info _zend_test_fiber::fci

Definition at line 31 of file fiber.h.

◆ fci_cache

zend_fcall_info_cache _zend_test_fiber::fci_cache

Definition at line 32 of file fiber.h.

◆ flags

uint8_t _zend_test_fiber::flags

Definition at line 26 of file fiber.h.

◆ previous

zend_fiber_context* _zend_test_fiber::previous

Definition at line 29 of file fiber.h.

◆ result

zval _zend_test_fiber::result

Definition at line 33 of file fiber.h.

◆ std

zend_object _zend_test_fiber::std

Definition at line 25 of file fiber.h.

◆ target

zend_test_fiber* _zend_test_fiber::target

Definition at line 30 of file fiber.h.


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