php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "fiber.h"
Go to the source code of this file.
Macros | |
#define | phpext_zend_test_ptr &zend_test_module_entry |
#define | PHP_ZEND_TEST_VERSION "0.1.0" |
#define | ZT_G(v) |
#define | PHP_ZEND_TEST_API |
Functions | |
ZEND_DECLARE_MODULE_GLOBALS (zend_test) struct bug79096 | |
PHP_ZEND_TEST_API int ZEND_FASTCALL | bug78270 (const char *str, size_t str_len) |
PHP_ZEND_TEST_API struct bug79096 | bug79096 (void) |
PHP_ZEND_TEST_API void | bug79532 (off_t *array, size_t elems) |
PHP_ZEND_TEST_API void | bug79177 (void) |
#define PHP_ZEND_TEST_API |
Definition at line 94 of file php_test.h.
#define PHP_ZEND_TEST_VERSION "0.1.0" |
Definition at line 25 of file php_test.h.
#define phpext_zend_test_ptr &zend_test_module_entry |
Definition at line 23 of file php_test.h.
PHP_ZEND_TEST_API int ZEND_FASTCALL bug78270 | ( | const char * | str, |
size_t | str_len ) |
PHP_ZEND_TEST_API struct bug79096 bug79096 | ( | void | ) |
PHP_ZEND_TEST_API void bug79177 | ( | void | ) |
PHP_ZEND_TEST_API void bug79532 | ( | off_t * | array, |
size_t | elems ) |
|
extern |
Definition at line 80 of file php_test.h.
zend_test_fiber* active_fiber |
Definition at line 61 of file php_test.h.
|
extern |
void(* custom_free) (void *ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) | ( | void *ZEND_FILE_LINE_DC | ZEND_FILE_LINE_ORIG_DC | ) |
Definition at line 71 of file php_test.h.
Definition at line 73 of file php_test.h.
void *(* custom_malloc) (size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) | ( | size_t ZEND_FILE_LINE_DC | ZEND_FILE_LINE_ORIG_DC | ) |
Definition at line 70 of file php_test.h.
void *(* custom_realloc) (void *, size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) | ( | void * | , |
size_t ZEND_FILE_LINE_DC | ZEND_FILE_LINE_ORIG_DC ) |
Definition at line 72 of file php_test.h.
void(* custom_shutdown) (bool, bool) | ( | bool | , |
bool | ) |
Definition at line 74 of file php_test.h.
HashTable global_weakmap |
Definition at line 53 of file php_test.h.
zend_long limit_copy_file_range |
Definition at line 57 of file php_test.h.
zend_string* not_empty_str_test |
Definition at line 64 of file php_test.h.
int observe_opline_in_zendmm |
Definition at line 58 of file php_test.h.
zend_mm_heap* observed_heap |
Definition at line 77 of file php_test.h.
int observer_enabled |
Definition at line 36 of file php_test.h.
int observer_execute_internal |
Definition at line 52 of file php_test.h.
int observer_fiber_destroy |
Definition at line 51 of file php_test.h.
int observer_fiber_init |
Definition at line 49 of file php_test.h.
int observer_fiber_switch |
Definition at line 50 of file php_test.h.
int observer_nesting_depth |
Definition at line 48 of file php_test.h.
int observer_observe_all |
Definition at line 38 of file php_test.h.
int observer_observe_declaring |
Definition at line 41 of file php_test.h.
zend_array* observer_observe_function_names |
Definition at line 42 of file php_test.h.
int observer_observe_functions |
Definition at line 40 of file php_test.h.
int observer_observe_includes |
Definition at line 39 of file php_test.h.
int observer_show_init_backtrace |
Definition at line 45 of file php_test.h.
int observer_show_opcode |
Definition at line 46 of file php_test.h.
char* observer_show_opcode_in_user_handler |
Definition at line 47 of file php_test.h.
int observer_show_output |
Definition at line 37 of file php_test.h.
int observer_show_return_type |
Definition at line 43 of file php_test.h.
int observer_show_return_value |
Definition at line 44 of file php_test.h.
zend_mm_heap* original_heap |
Definition at line 68 of file php_test.h.
bool print_stderr_mshutdown |
Definition at line 56 of file php_test.h.
zend_long quantity_value |
Definition at line 62 of file php_test.h.
int register_passes |
Definition at line 55 of file php_test.h.
int replace_zend_execute_ex |
Definition at line 54 of file php_test.h.
zend_string* str_test |
Definition at line 63 of file php_test.h.
int zend_mm_custom_handlers_enabled |
Definition at line 65 of file php_test.h.
zend_mm_heap* zend_orig_heap |
Definition at line 59 of file php_test.h.
zend_mm_heap* zend_test_heap |
Definition at line 60 of file php_test.h.
|
extern |