Home
last modified time | relevance | path

Searched refs:PHP_ZEND_TEST_API (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/zend_test/
H A Dphp_test.h77 # define PHP_ZEND_TEST_API __declspec(dllexport) macro
79 # define PHP_ZEND_TEST_API __attribute__ ((visibility("default"))) macro
81 # define PHP_ZEND_TEST_API macro
84 PHP_ZEND_TEST_API int ZEND_FASTCALL bug78270(const char *str, size_t str_len);
86 PHP_ZEND_TEST_API struct bug79096 bug79096(void);
87 PHP_ZEND_TEST_API void bug79532(off_t *array, size_t elems);
89 extern PHP_ZEND_TEST_API int *(*bug79177_cb)(void);
90 PHP_ZEND_TEST_API void bug79177(void);
H A Dtest.c1118 PHP_ZEND_TEST_API struct bug79096 bug79096(void) in bug79096()
1127 PHP_ZEND_TEST_API void bug79532(off_t *array, size_t elems) in bug79532()
1135 PHP_ZEND_TEST_API int *(*bug79177_cb)(void);
1149 PHP_ZEND_TEST_API bug80847_02 ffi_bug80847(bug80847_02 s) { in ffi_bug80847()
1155 PHP_ZEND_TEST_API void (*bug_gh9090_void_none_ptr)(void) = NULL;
1156 PHP_ZEND_TEST_API void (*bug_gh9090_void_int_char_ptr)(int, char *) = NULL;
1158 PHP_ZEND_TEST_API void (*bug_gh9090_void_char_int_ptr)(char *, int) = NULL;
1159 PHP_ZEND_TEST_API int (*bug_gh9090_int_int_char_ptr)(int, char *) = NULL;
1161 PHP_ZEND_TEST_API void bug_gh9090_void_none(void) { in bug_gh9090_void_none()
1165 PHP_ZEND_TEST_API void bug_gh9090_void_int_char(int i, char *s) { in bug_gh9090_void_int_char()
[all …]

Completed in 11 milliseconds