Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dhtml_collection.c51 xmlNodePtr candidate = basep->children; in dom_html_collection_named_item() local
52 while (candidate != NULL) { in dom_html_collection_named_item()
53candidate = dom_get_elements_by_tag_name_ns_raw(basep, candidate, objmap->ns, objmap->local, objma… in dom_html_collection_named_item()
54 if (candidate == NULL) { in dom_html_collection_named_item()
61 …if ((attr = xmlHasNsProp(candidate, BAD_CAST "id", NULL)) != NULL && dom_compare_value(attr, BAD_C… in dom_html_collection_named_item()
63 ret.node = candidate; in dom_html_collection_named_item()
67 else if (php_dom_ns_is_fast(candidate, php_dom_ns_is_html_magic_token)) { in dom_html_collection_named_item()
68 …if ((attr = xmlHasNsProp(candidate, BAD_CAST "name", NULL)) != NULL && dom_compare_value(attr, BAD… in dom_html_collection_named_item()
70 ret.node = candidate; in dom_html_collection_named_item()
/php-src/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-src/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt20 // candidate safe idiom for determining whether data is serialized
/php-src/scripts/dev/
H A Dmakedist65 Create release candidate packages for the tag php-7.4.0RC1:
/php-src/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-src/ext/mbstring/
H A Dmbstring.c3215 struct candidate { struct
3224 static size_t init_candidate_array(struct candidate *array, size_t length, const mbfl_encoding **en… in init_candidate_array() argument
3260 static void start_string(struct candidate *array, size_t length, const unsigned char *in, size_t in… in start_string()
3288 static size_t count_demerits(struct candidate *array, size_t length, bool strict) in count_demerits()
3317 memmove(&array[i], &array[i+1], (length - i) * sizeof(struct candidate)); in count_demerits()
3362 struct candidate *array = alloca(elist_size * sizeof(struct candidate)); in mb_guess_encoding_for_strings()
/php-src/docs/
H A Drelease-process.md18 candidate (RC) published two weeks before each patch-level release.
191 > When releasing the *first release candidate* of a pre-GA release, you must
464 > candidate for this version. If it is for a PHP-X.Y.0 version, then just
897 > We create the new version branch at the first release candidate rather than at
/php-src/
H A DCONTRIBUTING.md5 websites is a never-ending one. With every release or release candidate comes a

Completed in 62 milliseconds