Home
last modified time | relevance | path

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

/php-src/ext/ffi/tests/
H A Dbug_gh9090.phpt18 void bug_gh9090_void_int_char(int i, char *s);
42 [ 'bug_gh9090_void_int_char', [ 42, "hello" ] ],
65 bug_gh9090_void_none_ptr = bug_gh9090_void_int_char ? no
69 bug_gh9090_void_int_char_ptr = bug_gh9090_void_int_char ? yes
72 bug_gh9090_void_int_char_var_ptr = bug_gh9090_void_int_char ? no
76 bug_gh9090_void_char_int_ptr = bug_gh9090_void_int_char ? no
79 bug_gh9090_int_int_char_ptr = bug_gh9090_void_int_char ? no
/php-src/ext/zend_test/
H A Dtest.c1348 PHP_ZEND_TEST_API void bug_gh9090_void_int_char(int i, char *s) { in bug_gh9090_void_int_char() function

Completed in 11 milliseconds