Searched defs:char (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/libxml/ |
H A D | mime_sniff.c | 71 …t collect_a_sequence_of_code_points(const char *position, const char *end, bool (*condition)(char)) in collect_a_sequence_of_code_points()
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_php.c | 51 static void fpm_php_disable(char *value, int (*zend_disable)(const char *, size_t)) /* {{{ */ in fpm_php_disable()
|
H A D | zlog.c | 53 void zlog_set_external_logger(void (*logger)(int, char *, size_t)) /* {{{ */ in zlog_set_external_logger() argument
|
/php-src/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-src/ext/gd/ |
H A D | gd.stub.php | 700 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo… 702 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b…
|
Completed in 22 milliseconds