Searched defs:suffix (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/spl/ |
H A D | spl_directory.stub.php | 20 public function getBasename(string $suffix = ""): string {} 115 public function getBasename(string $suffix = ""): string {}
|
H A D | spl_directory.c | 990 char *fname, *suffix = 0; in PHP_METHOD() local 1026 char *suffix = 0; in PHP_METHOD() local
|
/php-src/Zend/ |
H A D | zend_ast.h | 236 # define ZEND_AST_SPEC_CALL_(name, _, _6, _5, _4, _3, _2, _1, suffix, ...) \ argument 240 # define ZEND_AST_SPEC_CALL_EX_(name, _, _7, _6, _5, _4, _3, _2, _1, suffix, ...) \ argument
|
H A D | zend_ast.c | 2674 …D_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix) in zend_ast_export()
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 306 char suffix; in fpm_conf_set_time() local
|
H A D | zlog.c | 615 struct zlog_stream *stream, const char *suffix, const char *final_suffix) /* {{{ */ in zlog_stream_set_msg_suffix()
|
/php-src/ext/standard/ |
H A D | string.c | 1372 PHPAPI zend_string *php_basename(const char *s, size_t len, const char *suffix, size_t suffix_len) 1490 char *string, *suffix = NULL; local
|
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/php-src/ext/dom/ |
H A D | node.c | 1641 #define PHP_DOM_FUNC_CAT(prefix, suffix) prefix##_##suffix argument
|
Completed in 83 milliseconds