Home
last modified time | relevance | path

Searched refs:prefix (Results 301 – 318 of 318) sorted by relevance

1...<<111213

/PHP-8.1/
H A Dphp.ini-development1543 ; A prefix used for the upload progress key in $_SESSION
1547 ; https://php.net/session.upload-progress.prefix
1548 ;session.upload_progress.prefix = "upload_progress_"
1550 ; The index name (concatenated with the prefix) in $_SESSION
1832 ; to a new line. The filename may be a full path or just a file prefix
H A Dphp.ini-production1545 ; A prefix used for the upload progress key in $_SESSION
1549 ; https://php.net/session.upload-progress.prefix
1550 ;session.upload_progress.prefix = "upload_progress_"
1552 ; The index name (concatenated with the prefix) in $_SESSION
1834 ; to a new line. The filename may be a full path or just a file prefix
H A DNEWS70 default: prefix). (nielsdos)
362 . Fixed bug GH-11870 (Fix off-by-one bug when truncating tempnam prefix)
1464 . Fixed bug GH-7972 (MariaDB version prefix 5.5.5- is not stripped). (Kamil Tekiela)
H A DREADME.REDIST.BINS181 This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
/PHP-8.1/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt100 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-8.1/sapi/fpm/tests/
H A Dlogtool.inc220 * @param bool $decorated Whether the output is decorated with prefix and suffix.
/PHP-8.1/Zend/
H A Dzend_ast.c2390 ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suff… in zend_ast_export() argument
2394 smart_str_appends(&str, prefix); in zend_ast_export()
H A Dzend_language_parser.y45 %define api.prefix {zend}
H A Dzend_compile.c7678 zend_string *prefix = ZSTR_KNOWN(ZEND_STR_CLASS); in zend_generate_anon_class_name() local
7680 prefix = zend_resolve_const_class_name_reference(decl->child[0], "class name"); in zend_generate_anon_class_name()
7683 prefix = zend_resolve_const_class_name_reference(list->child[0], "interface name"); in zend_generate_anon_class_name()
7687 ZSTR_VAL(prefix), '\0', ZSTR_VAL(filename), start_lineno, CG(rtd_key_counter)++); in zend_generate_anon_class_name()
7688 zend_string_release(prefix); in zend_generate_anon_class_name()
/PHP-8.1/.github/workflows/
H A Dnightly.yml517 --prefix=/usr \
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1082 #define ENCODE_PREFIX(prefix) \ argument
1087 *inst = (prefix); \
/PHP-8.1/build/
H A Dlibtool.m4230 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
1488 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1493 # MinGW DLLs use traditional 'lib' prefix
1509 # pw32 DLLs use 'pw' prefix rather than 'lib'
4280 # Do we need the lib prefix for modules?
4313 # Format of library name prefix.
4621 # Try without a prefix undercore, then with it.
H A Dltmain.sh1558 -inst-prefix-dir)
H A Dphp.m41998 AC_MSG_ERROR([Please specify the install prefix of iconv with --with-iconv=<DIR>])
/PHP-8.1/ext/ffi/
H A Dffi.c1668 static zend_string *zend_ffi_get_class_name(zend_string *prefix, const zend_ffi_type *type) /* {{{ … in zend_ffi_get_class_name() argument
1674 return zend_string_copy(prefix); in zend_ffi_get_class_name()
1677 ZSTR_VAL(prefix), ZSTR_LEN(prefix), ":", 1, buf.start, buf.end - buf.start); in zend_ffi_get_class_name()
/PHP-8.1/ext/soap/
H A Dsoap.c3544 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
3571 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic2712 # prefix[155]
2713 >>345 string >\0 \b, prefix %-.155s
H A Dmagic私はガラスを食べられます2712 # prefix[155]
2713 >>345 string >\0 \b, prefix %-.155s

Completed in 241 milliseconds

1...<<111213