|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend_modules.h"#include "php.h"#include "php_ini.h"#include "ext/standard/info.h"#include "php_test.h"#include "observer.h"#include "fiber.h"#include "iterators.h"#include "object_handlers.h"#include "zend_attributes.h"#include "zend_enum.h"#include "zend_interfaces.h"#include "zend_weakrefs.h"#include "Zend/Optimizer/zend_optimizer.h"#include "Zend/zend_alloc.h"#include "test_arginfo.h"#include "zend_call_stack.h"#include "zend_exceptions.h"#include "zend_mm_custom_handlers.h"#include "assert.h"Go to the source code of this file.
Data Structures | |
| struct | bug80847_01 |
| struct | bug80847_02 |
| struct | bug_gh16013_int_struct |
Typedefs | |
| typedef struct bug80847_01 | bug80847_01 |
| typedef struct bug80847_02 | bug80847_02 |
Enumerations | |
| enum | bug_gh16013_enum { BUG_GH16013_A = 1 , BUG_GH16013_B = 2 } |
Variables | |
| void(* | old_zend_execute_ex )(zend_execute_data *execute_data) |
| zend_module_entry | zend_test_module_entry |
| PHP_ZEND_TEST_API int *(* | bug79177_cb )(void) |
| PHP_ZEND_TEST_API void(* | bug_gh9090_void_none_ptr )(void) = NULL |
| PHP_ZEND_TEST_API void(* | bug_gh9090_void_int_char_ptr )(int, char *) = NULL |
| PHP_ZEND_TEST_API void(* | bug_gh9090_void_int_char_var_ptr )(int, char *,...) = NULL |
| PHP_ZEND_TEST_API void(* | bug_gh9090_void_char_int_ptr )(char *, int) = NULL |
| PHP_ZEND_TEST_API int(* | bug_gh9090_int_int_char_ptr )(int, char *) = NULL |
| PHP_ZEND_TEST_API int | gh11934b_ffi_var_test_cdata |
| typedef struct bug80847_01 bug80847_01 |
| typedef struct bug80847_02 bug80847_02 |
| enum bug_gh16013_enum |
| 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 bool bug_gh16013_return_bool | ( | void | ) |
| PHP_ZEND_TEST_API char bug_gh16013_return_char | ( | void | ) |
| PHP_ZEND_TEST_API enum bug_gh16013_enum bug_gh16013_return_enum | ( | void | ) |
| PHP_ZEND_TEST_API int bug_gh16013_return_int | ( | void | ) |
| PHP_ZEND_TEST_API short bug_gh16013_return_short | ( | void | ) |
| PHP_ZEND_TEST_API struct bug_gh16013_int_struct bug_gh16013_return_struct | ( | void | ) |
| PHP_ZEND_TEST_API void bug_gh9090_void_int_char | ( | int | i, |
| char * | s ) |
| PHP_ZEND_TEST_API void bug_gh9090_void_int_char_var | ( | int | i, |
| char * | fmt, | ||
| ... ) |
| PHP_ZEND_TEST_API void bug_gh9090_void_none | ( | void | ) |
| PHP_ZEND_TEST_API bug80847_02 ffi_bug80847 | ( | bug80847_02 | s | ) |
| void zend_attribute_validate_zendtestattribute | ( | zend_attribute * | attr, |
| uint32_t | target, | ||
| zend_class_entry * | scope ) |
| void zend_test_custom_free | ( | void *ptr ZEND_FILE_LINE_DC | ZEND_FILE_LINE_ORIG_DC | ) |
| void * zend_test_custom_malloc | ( | size_t len ZEND_FILE_LINE_DC | ZEND_FILE_LINE_ORIG_DC | ) |
| void * zend_test_custom_realloc | ( | void * | ptr, |
| size_t len ZEND_FILE_LINE_DC | ZEND_FILE_LINE_ORIG_DC ) |
| PHP_ZEND_TEST_API int *(* bug79177_cb) (void) | ( | void | ) |
| PHP_ZEND_TEST_API int(* bug_gh9090_int_int_char_ptr) (int, char *) | ( | int | , |
| char * | ) = NULL |
| PHP_ZEND_TEST_API void(* bug_gh9090_void_char_int_ptr) (char *, int) | ( | char * | , |
| int | ) = NULL |
| PHP_ZEND_TEST_API void(* bug_gh9090_void_int_char_ptr) (int, char *) | ( | int | , |
| char * | ) = NULL |
| PHP_ZEND_TEST_API void(* bug_gh9090_void_int_char_var_ptr) (int, char *,...) | ( | int | , |
| char * | , | ||
| ... ) = NULL |
| PHP_ZEND_TEST_API void(* bug_gh9090_void_none_ptr) (void) | ( | void | ) | = NULL |
| PHP_ZEND_TEST_API int gh11934b_ffi_var_test_cdata |
| void(* old_zend_execute_ex) (zend_execute_data *execute_data) | ( | zend_execute_data * | execute_data | ) |
| zend_module_entry zend_test_module_entry |