Searched defs:int (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/main/ |
H A D | php_ticks.c | 49 PHPAPI void php_add_tick_function(void (*func)(int, void*), void * arg) in php_add_tick_function() argument 55 PHPAPI void php_remove_tick_function(void (*func)(int, void *), void * arg) in php_remove_tick_function() argument
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_cleanup.c | 18 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
|
H A D | zlog.c | 53 void zlog_set_external_logger(void (*logger)(int, char *, size_t)) /* {{{ */ in zlog_set_external_logger()
|
/PHP-8.3/Zend/ |
H A D | zend_signal.c | 271 ZEND_API void zend_signal(int signo, void (*handler)(int)) in zend_signal() 288 static zend_result zend_signal_register(int signo, void (*handler)(int, siginfo_t*, void*)) in zend_signal_register() argument
|
/PHP-8.3/ext/ctype/ |
H A D | ctype.c | 65 static zend_never_inline void ctype_fallback(zval *c, zval *return_value, int (*iswhat)(int), bool … in ctype_fallback() argument
|
/PHP-8.3/win32/ |
H A D | glob.c | 160 PHPAPI int glob(const char *pattern, int flags, int (*errfunc)(const char *, int), glob_t *pglob) in glob() argument
|
/PHP-8.3/build/ |
H A D | gen_stub.php | 323 public static function int(): SimpleType function in SimpleType
|
Completed in 30 milliseconds