Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/spl/
H A Dspl_directory.stub.php20 public function getBasename(string $suffix = ""): string {}
118 public function getBasename(string $suffix = ""): string {}
H A Dspl_directory.c1022 char *fname, *suffix = 0; in PHP_METHOD() local
1058 char *suffix = 0; in PHP_METHOD() local
/php-src/Zend/
H A Dzend_ast.h231 # define ZEND_AST_SPEC_CALL_(name, _, _5, _4, _3, _2, _1, suffix, ...) \ argument
235 # define ZEND_AST_SPEC_CALL_EX_(name, _, _6, _5, _4, _3, _2, _1, suffix, ...) \ argument
H A Dzend_ast.c2559 …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 Dzlog.c611 struct zlog_stream *stream, const char *suffix, const char *final_suffix) /* {{{ */ in zlog_stream_set_msg_suffix()
H A Dfpm_conf.c306 char suffix; in fpm_conf_set_time() local
/php-src/ext/standard/
H A Dproc_open.c593 static inline int stricmp_end(const char* suffix, const char* str) { in stricmp_end()
H A Dstring.c1404 PHPAPI zend_string *php_basename(const char *s, size_t len, const char *suffix, size_t suffix_len)
1522 char *string, *suffix = NULL; local
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/dom/
H A Dnode.c1648 #define PHP_DOM_FUNC_CAT(prefix, suffix) prefix##_##suffix argument

Completed in 75 milliseconds