php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fiber.h
Go to the documentation of this file.
1/*
2 +----------------------------------------------------------------------+
3 | Copyright (c) The PHP Group |
4 +----------------------------------------------------------------------+
5 | This source file is subject to version 3.01 of the PHP license, |
6 | that is bundled with this package in the file LICENSE, and is |
7 | available through the world-wide-web at the following url: |
8 | https://www.php.net/license/3_01.txt |
9 | If you did not receive a copy of the PHP license and are unable to |
10 | obtain it through the world-wide-web, please send a note to |
11 | license@php.net so we can mail you a copy immediately. |
12 +----------------------------------------------------------------------+
13 | Authors: Aaron Piotrowski <aaron@trowski.com> |
14 +----------------------------------------------------------------------+
15*/
16
17#ifndef ZEND_TEST_FIBER_H
18#define ZEND_TEST_FIBER_H
19
20#include "zend_fibers.h"
21
23
35
36void zend_test_fiber_init(void);
37
38#endif
void zend_test_fiber_init(void)
Definition fiber.c:347
struct _zend_test_fiber zend_test_fiber
Definition fiber.h:22
zend_fiber_context * caller
Definition fiber.h:28
zend_fiber_context * previous
Definition fiber.h:29
zend_object std
Definition fiber.h:25
uint8_t flags
Definition fiber.h:26
zend_fiber_context context
Definition fiber.h:27
zend_fcall_info fci
Definition fiber.h:31
zend_test_fiber * target
Definition fiber.h:30
zend_fcall_info_cache fci_cache
Definition fiber.h:32
struct _zend_fcall_info_cache zend_fcall_info_cache
struct _zend_fcall_info zend_fcall_info
struct _zval_struct zval
struct _zend_fiber_context zend_fiber_context
struct _zend_object zend_object