Home
last modified time | relevance | path

Searched refs:candidate (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/mbstring/tests/
H A Dbug49536.phpt16 // Strict mode with multiple candidate encodings
17 // This input string is invalid in ALL the candidate encodings:
H A Dmb_http_input_multi_post.phpt2 mb_http_input() with POST method and multiple candidate encodings
H A Dmb_parse_str_multi.phpt2 mb_parse_str() with multiple candidate encodings
/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt20 // candidate safe idiom for determining whether data is serialized
/PHP-8.3/scripts/dev/
H A Dmakedist65 Create release candidate packages for the tag php-7.4.0RC1:
/PHP-8.3/win32/build/
H A Dconfutils.js699 var candidate;
735 candidate = bindir + "\\" + pdbname;
736 if (FSO.FileExists(candidate)) {
737 FSO.CopyFile(candidate, build_dir + "\\" + pdbname, true);
741 candidate = libdir + "\\" + pdbname;
742 if (FSO.FileExists(candidate)) {
743 FSO.CopyFile(candidate, build_dir + "\\" + pdbname, true);
/PHP-8.3/
H A DUPGRADING308 candidate encodings. More generally, it would eliminate candidate
311 consideration, it would return false. On the other hand, if all candidate
H A DNEWS1007 candidate encodings. More generally, it would eliminate candidate
1010 consideration, it would return false. On the other hand, if all candidate
H A DCONTRIBUTING.md5 websites is a never-ending one. With every release or release candidate comes a
/PHP-8.3/ext/mbstring/
H A Dmbstring.c2964 struct candidate { struct
2973 static size_t init_candidate_array(struct candidate *array, size_t length, const mbfl_encoding **en… in init_candidate_array() argument
3009 static void start_string(struct candidate *array, size_t length, const unsigned char *in, size_t in… in start_string()
3037 static size_t count_demerits(struct candidate *array, size_t length, bool strict) in count_demerits()
3066 memmove(&array[i], &array[i+1], (length - i) * sizeof(struct candidate)); in count_demerits()
3111 struct candidate *array = alloca(elist_size * sizeof(struct candidate)); in mb_guess_encoding_for_strings()
/PHP-8.3/docs/
H A Drelease-process.md19 candidate (RC) published two weeks before each patch-level release.
192 > When releasing the *first release candidate* of a pre-GA release, you must
465 > candidate for this version.
886 > We create the new version branch at the first release candidate rather than at

Completed in 43 milliseconds