Searched defs:suffix (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_ast.h | 207 # define ZEND_AST_SPEC_CALL_(name, _, _4, _3, _2, _1, suffix, ...) \ argument 211 # define ZEND_AST_SPEC_CALL_EX_(name, _, _5, _4, _3, _2, _1, suffix, ...) \ argument
|
H A D | zend_ast.c | 1996 …D_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix) in zend_ast_export()
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 290 char suffix; in fpm_conf_set_time() local
|
H A D | zlog.c | 613 struct zlog_stream *stream, const char *suffix, const char *final_suffix) /* {{{ */ in zlog_stream_set_msg_suffix()
|
/PHP-7.3/ext/spl/ |
H A D | spl_directory.c | 1006 char *fname, *suffix = 0; in SPL_METHOD() local 1033 char *suffix = 0; in SPL_METHOD() local
|
/PHP-7.3/ext/standard/ |
H A D | string.c | 1537 PHPAPI zend_string *php_basename(const char *s, size_t len, char *suffix, size_t sufflen) 1620 char *string, *suffix = NULL; local
|
Completed in 66 milliseconds