Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 25 of 40) sorted by last modified time

12

/PHP-7.4/
H A DNEWS2641 . Fixed bug #75251 (Missing program prefix and suffix). (petk)
H A DUPGRADING.INTERNALS263 - configure --help now also outputs --program-suffix and --program-prefix
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc34 …capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *ou…
46 if (suffix == 0)
80 /* Finally, absorb the suffix */
84 delimitedData1[0] = suffix;
89 SnP_AddByte(state, suffix, partialBlock);
91 if ((suffix >= 0x80) && (partialBlock == (rateInBytes-1)))
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc34 …capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *ou…
46 if (suffix == 0)
80 /* Finally, absorb the suffix */
84 delimitedData1[0] = suffix;
89 SnP_AddByte(state, suffix, partialBlock);
91 if ((suffix >= 0x80) && (partialBlock == (rateInBytes-1)))
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c614 struct zlog_stream *stream, const char *suffix, const char *final_suffix) /* {{{ */ in zlog_stream_set_msg_suffix() argument
621 if (suffix != NULL && final_suffix != NULL) { in zlog_stream_set_msg_suffix()
622 stream->msg_suffix_len = strlen(suffix); in zlog_stream_set_msg_suffix()
633 memcpy(stream->msg_suffix, suffix, stream->msg_suffix_len + 1); in zlog_stream_set_msg_suffix()
637 if (suffix != NULL) { in zlog_stream_set_msg_suffix()
638 stream->msg_suffix_len = strlen(suffix); in zlog_stream_set_msg_suffix()
647 memcpy(stream->msg_suffix, suffix, len); in zlog_stream_set_msg_suffix()
H A Dzlog.h103 struct zlog_stream *stream, const char *suffix, const char *final_suffix);
H A Dfpm_conf.c290 char suffix; in fpm_conf_set_time() local
296 suffix = val[len-1]; in fpm_conf_set_time()
297 switch (suffix) { in fpm_conf_set_time()
312 suffix = '0'; in fpm_conf_set_time()
314 if (suffix < '0' || suffix > '9') { in fpm_conf_set_time()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2108 case TIMELIB_FORMAT_DAY_SUFFIX: /* day suffix, ignored, nor checked */
/PHP-7.4/ext/standard/
H A Dstring.c1522 PHPAPI zend_string *php_basename(const char *s, size_t len, char *suffix, size_t sufflen) argument
1589 if (suffix != NULL && sufflen < (size_t)(cend - comp) &&
1590 memcmp(cend - sufflen, suffix, sufflen) == 0) {
1605 char *string, *suffix = NULL; local
1611 Z_PARAM_STRING(suffix, suffix_len)
1614 RETURN_STR(php_basename(string, string_len, suffix, suffix_len));
H A Dbasic_functions.c2218 ZEND_ARG_INFO(0, suffix)
H A Dphp_string.h126 PHPAPI zend_string *php_basename(const char *s, size_t len, char *suffix, size_t sufflen);
/PHP-7.4/ext/spl/
H A Dspl_directory.c1008 char *fname, *suffix = 0; in SPL_METHOD() local
1012 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &suffix, &slen) == FAILURE) { in SPL_METHOD()
1026 RETURN_STR(php_basename(fname, flen, suffix, slen)); in SPL_METHOD()
1035 char *suffix = 0; in SPL_METHOD() local
1039 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &suffix, &slen) == FAILURE) { in SPL_METHOD()
1043 fname = php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), suffix, slen); in SPL_METHOD()
1904 ZEND_ARG_INFO(0, suffix)
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc175 … "The suffix has not been finished from position $this->suffixPosition in line: $line"
232 return $this->error("No final suffix");
235 return $this->error("The final suffix has to be equal to ', pipe is closed'");
240 // complete final suffix printed
/PHP-7.4/build/
H A Dphp.m4243 dnl Remove the suffix.
835 suffix=la
844 PHP_ZEND_EX="$PHP_ZEND_EX \$(phplibdir)/$1.$suffix"
846 PHP_MODULES="$PHP_MODULES \$(phplibdir)/$1.$suffix"
850 \$(phplibdir)/$1.$suffix: $3/$1.$suffix
851 \$(LIBTOOL) --mode=install cp $3/$1.$suffix \$(phplibdir)
853 $3/$1.$suffix: \$($2) \$(translit($1,a-z_-,A-Z__)_SHARED_DEPENDENCIES)
1673 dnl Determines link library suffix SHLIB_SUFFIX_NAME which can be: .so, .sl or
1676 dnl Determines shared library suffix SHLIB_DL_SUFFIX_NAME suffix can be: .so or
H A Dlibtool.m44246 # Object file suffix (normally "o").
4249 # Old archive suffix (normally "a").
4252 # Shared library suffix (normally ".so").
4255 # Executable file suffix (normally "").
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in383 ; Decorate worker output with prefix and suffix containing information about
H A Dphp-fpm.conf.in46 ; all logged characters including message prefix and suffix if present. However
/PHP-7.4/Zend/
H A Dzend_ast.c2096 …D_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix) in zend_ast_export() argument
2102 smart_str_appends(&str, suffix); in zend_ast_export()
H A Dzend_ast.h212 # define ZEND_AST_SPEC_CALL_(name, _, _4, _3, _2, _1, suffix, ...) \ argument
213 name ## suffix
216 # define ZEND_AST_SPEC_CALL_EX_(name, _, _5, _4, _3, _2, _1, suffix, ...) \ argument
217 name ## suffix
276 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix);
/PHP-7.4/ext/standard/tests/file/
H A Dbasename-win32.phpt14 * proto string basename(string path [, string suffix])
31 /* paths with suffix removal */
38 /* paths with suffix and trailing slashes with suffix removal*/
45 /* paths with basename only suffix, with suffix removal*/
50 /* paths with basename only suffix & trailing slashes, with suffix removal*/
57 /* paths with shortcut home dir char, with suffix variation */
82 /* paths and suffix given as same */
104 if( 1 == count($path) ) { // no suffix provided
106 } else { // path as well as suffix provided,
115 echo "\n*** Testing possible variations in path and suffix ***\n";
[all …]
H A Dbasename.phpt8 * proto string basename(string path [, string suffix])
25 /* paths with suffix removal */
32 /* paths with suffix and trailing slashes with suffix removal*/
39 /* paths with basename only suffix, with suffix removal*/
44 /* paths with basename only suffix & trailing slashes, with suffix removal*/
60 /* paths with shortcut home dir char, with suffix variation */
73 /* paths with hostname:dir notation, with suffix variation */
103 /* paths and suffix given as same */
125 if( 1 == count($path) ) { // no suffix provided
127 } else { // path as well as suffix provided,
[all …]
/PHP-7.4/ext/phar/tests/zip/
H A Dbug48791.phpt13suffix="." text:bullet-char="•"><style:list-level-properties text:list-level-position-and-space-mo…
/PHP-7.4/ext/date/tests/
H A Dgmdate_variation4.phpt25 echo "\n-- Testing gmdate() function with English ordinal suffix --\n";
42 -- Testing gmdate() function with English ordinal suffix --
/PHP-7.4/sapi/litespeed/
H A DREADME.md99 'suffix' to 'php', 'Handler Type' to 'LiteSpeed API', 'Handler Name' should
/PHP-7.4/ext/standard/tests/strings/
H A Dbasename.phpt15 // suffix removal checks
20 // suffix removal checks with trailing slashes
25 // suffix removal checks

Completed in 96 milliseconds

12