Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dphp_test.h90 # define PHP_ZEND_TEST_API __declspec(dllexport) macro
92 # define PHP_ZEND_TEST_API __attribute__ ((visibility("default"))) macro
94 # define PHP_ZEND_TEST_API macro
97 PHP_ZEND_TEST_API int ZEND_FASTCALL bug78270(const char *str, size_t str_len);
99 PHP_ZEND_TEST_API struct bug79096 bug79096(void);
100 PHP_ZEND_TEST_API void bug79532(off_t *array, size_t elems);
102 extern PHP_ZEND_TEST_API int *(*bug79177_cb)(void);
103 PHP_ZEND_TEST_API void bug79177(void);
H A Dtest.c1411 PHP_ZEND_TEST_API struct bug79096 bug79096(void) in bug79096()
1420 PHP_ZEND_TEST_API void bug79532(off_t *array, size_t elems) in bug79532()
1427 PHP_ZEND_TEST_API int *(*bug79177_cb)(void);
1441 PHP_ZEND_TEST_API bug80847_02 ffi_bug80847(bug80847_02 s) { in ffi_bug80847()
1447 PHP_ZEND_TEST_API void (*bug_gh9090_void_none_ptr)(void) = NULL;
1448 PHP_ZEND_TEST_API void (*bug_gh9090_void_int_char_ptr)(int, char *) = NULL;
1450 PHP_ZEND_TEST_API void (*bug_gh9090_void_char_int_ptr)(char *, int) = NULL;
1451 PHP_ZEND_TEST_API int (*bug_gh9090_int_int_char_ptr)(int, char *) = NULL;
1453 PHP_ZEND_TEST_API void bug_gh9090_void_none(void) { in bug_gh9090_void_none()
1457 PHP_ZEND_TEST_API void bug_gh9090_void_int_char(int i, char *s) { in bug_gh9090_void_int_char()
[all …]

Completed in 14 milliseconds