Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_directory.stub.php19 public function getBasename(string $suffix = "") {}
114 public function getBasename(string $suffix = "") {}
H A Dspl_directory.c1005 char *fname, *suffix = 0; in PHP_METHOD() local
1036 char *suffix = 0; in PHP_METHOD() local
/PHP-8.0/Zend/
H A Dzend_ast.h225 # define ZEND_AST_SPEC_CALL_(name, _, _5, _4, _3, _2, _1, suffix, ...) \ argument
229 # define ZEND_AST_SPEC_CALL_EX_(name, _, _6, _5, _4, _3, _2, _1, suffix, ...) \ argument
H A Dzend_ast.c2243 …D_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix) in zend_ast_export()
/PHP-8.0/ext/opcache/jit/vtune/
H A Dittnotify_config.h226 #define __ITT_BUILD_ASSERT(expr, suffix) do { \ argument
230 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix) argument
/PHP-8.0/sapi/fpm/fpm/
H A Dzlog.c614 struct zlog_stream *stream, const char *suffix, const char *final_suffix) /* {{{ */ in zlog_stream_set_msg_suffix()
H A Dfpm_conf.c287 char suffix; in fpm_conf_set_time() local
/PHP-8.0/ext/standard/
H A Dstring.c1466 PHPAPI zend_string *php_basename(const char *s, size_t len, const char *suffix, size_t suffix_len)
1542 char *string, *suffix = NULL; local
H A Dbasic_functions.stub.php575 function basename(string $path, string $suffix = ""): string {}

Completed in 54 milliseconds