Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 25 of 40) sorted by path

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/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/build/
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 "").
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
/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/date/tests/
H A Dbug35414.phpt2 Bug #35414 (strtotime() no longer works with ordinal suffix)
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/ext/hash/sha3/generic32lc/
H A DKeccakSponge.h67 …capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *ou…
142 …capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *ou…
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.h67 …capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *ou…
142 …capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *ou…
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/ldap/tests/
H A DREADME.md109 suffix "dc=my-domain,dc=com"
/PHP-7.4/ext/oci8/
H A Dconfig.m467 dnl There is no case for Oracle 9.2. Oracle 9.2 libraries have a 9.0 suffix
/PHP-7.4/ext/pdo_oci/
H A Dconfig.m424 dnl There is no case for Oracle 9.2. Oracle 9.2 libraries have a 9.0 suffix
/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/snmp/tests/
H A Dsnmp-object.phpt79 echo "WALK multiple on single OID with OID suffix as keys\n";
199 WALK multiple on single OID with OID suffix as keys
/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/ext/standard/
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);
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));
/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 …]
H A Dbasename_variation2-win32.phpt42 foreach ($suffixes as $suffix) {
43 echo "basename for path $path, supplying suffix $suffix is:\n";
44 var_dump(basename($path, $suffix));
52 basename for path foo, supplying suffix .bar is:
54 basename for path foo, supplying suffix .b is:
56 basename for path foo, supplying suffix . is:
58 basename for path foo, supplying suffix is:
60 basename for path foo, supplying suffix foo is:
68 basename for path foo, supplying suffix / is:
70 basename for path foo, supplying suffix \ is:
[all …]

Completed in 163 milliseconds

12