Home
last modified time | relevance | path

Searched refs:suffix (Results 26 – 40 of 40) sorted by relevance

12

/PHP-7.2/ext/standard/
H A Dphp_string.h132 PHPAPI zend_string *php_basename(const char *s, size_t len, char *suffix, size_t sufflen);
H A Dstring.c1533 PHPAPI zend_string *php_basename(const char *s, size_t len, char *suffix, size_t sufflen) argument
1599 if (suffix != NULL && sufflen < (size_t)(cend - comp) &&
1600 memcmp(cend - sufflen, suffix, sufflen) == 0) {
1615 char *string, *suffix = NULL; local
1621 Z_PARAM_STRING(suffix, suffix_len)
1624 RETURN_STR(php_basename(string, string_len, suffix, suffix_len));
H A Dbasic_functions.c2215 ZEND_ARG_INFO(0, suffix)
/PHP-7.2/ext/ldap/tests/
H A DREADME96 suffix "dc=my-domain,dc=com"
/PHP-7.2/ext/spl/
H A Dspl_directory.c1007 char *fname, *suffix = 0; in SPL_METHOD() local
1011 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &suffix, &slen) == FAILURE) { in SPL_METHOD()
1025 RETURN_STR(php_basename(fname, flen, suffix, slen)); in SPL_METHOD()
1034 char *suffix = 0; in SPL_METHOD() local
1038 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &suffix, &slen) == FAILURE) { in SPL_METHOD()
1042 fname = php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), suffix, slen); in SPL_METHOD()
1927 ZEND_ARG_INFO(0, suffix)
/PHP-7.2/
H A Dacinclude.m4247 dnl remove the suffix
841 suffix=la
850 PHP_ZEND_EX="$PHP_ZEND_EX \$(phplibdir)/$1.$suffix"
852 PHP_MODULES="$PHP_MODULES \$(phplibdir)/$1.$suffix"
856 \$(phplibdir)/$1.$suffix: $3/$1.$suffix
857 \$(LIBTOOL) --mode=install cp $3/$1.$suffix \$(phplibdir)
859 $3/$1.$suffix: \$($2) \$(translit($1,a-z_-,A-Z__)_SHARED_DEPENDENCIES)
1974 dnl Determines link library suffix SHLIB_SUFFIX_NAME
1977 dnl Determines shared library suffix SHLIB_DL_SUFFIX_NAME
1978 dnl suffix can be: .so or .sl
H A DNEWS1740 . Fixed bug #75251 (Missing program prefix and suffix). (petk)
/PHP-7.2/ext/pdo_oci/
H A Dconfig.m426 …dnl There is no case for Oracle 9.2. Oracle 9.2 libraries have a 9.0 suffix for drop-in compatibil…
/PHP-7.2/ext/mbstring/oniguruma/
H A DINSTALL196 with an extra prefix or suffix on their names by giving `configure' the
197 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
H A DHISTORY1865 2003/02/10: [inst] change backup file suffix name from '.orig' to '.ruby_orig'.
1877 2003/02/07: [inst] change backup file suffix name from '.orig' to '.ruby_orig'.
/PHP-7.2/sapi/litespeed/
H A DREADME.md97 configuration: set 'suffix' to 'php', 'Handler Type' to 'LiteSpeed
/PHP-7.2/Zend/
H A Dzend_ast.c1727 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix) in zend_ast_export() argument
1733 smart_str_appends(&str, suffix); in zend_ast_export()
/PHP-7.2/ext/oci8/
H A Dconfig.m463 …dnl There is no case for Oracle 9.2. Oracle 9.2 libraries have a 9.0 suffix for drop-in compatibil…
/PHP-7.2/build/
H A Dlibtool.m44250 # Object file suffix (normally "o").
4253 # Old archive suffix (normally "a").
4256 # Shared library suffix (normally ".so").
4259 # Executable file suffix (normally "").
/PHP-7.2/ext/date/lib/
H A Dparse_date.re1968 case 'S': /* day suffix, ignored, nor checked */

Completed in 93 milliseconds

12