Searched refs:candidate (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/dom/ |
H A D | html_collection.c | 51 xmlNodePtr candidate = basep->children; in dom_html_collection_named_item() local 52 while (candidate != NULL) { in dom_html_collection_named_item() 53 …candidate = 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 D | bug49536.phpt | 16 // Strict mode with multiple candidate encodings 17 // This input string is invalid in ALL the candidate encodings:
|
H A D | mb_http_input_multi_post.phpt | 2 mb_http_input() with POST method and multiple candidate encodings
|
H A D | mb_parse_str_multi.phpt | 2 mb_parse_str() with multiple candidate encodings
|
/php-src/ext/standard/tests/serialize/ |
H A D | serialization_error_002.phpt | 20 // candidate safe idiom for determining whether data is serialized
|
/php-src/scripts/dev/ |
H A D | makedist | 73 Create release candidate packages for the tag php-7.4.0RC1:
|
/php-src/win32/build/ |
H A D | confutils.js | 700 var candidate; 736 candidate = bindir + "\\" + pdbname; 737 if (FSO.FileExists(candidate)) { 738 FSO.CopyFile(candidate, build_dir + "\\" + pdbname, true); 742 candidate = libdir + "\\" + pdbname; 743 if (FSO.FileExists(candidate)) { 744 FSO.CopyFile(candidate, build_dir + "\\" + pdbname, true);
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 3230 struct candidate { struct 3239 static size_t init_candidate_array(struct candidate *array, size_t length, const mbfl_encoding **en… in init_candidate_array() argument 3275 static void start_string(struct candidate *array, size_t length, const unsigned char *in, size_t in… in start_string() 3303 static size_t count_demerits(struct candidate *array, size_t length, bool strict) in count_demerits() 3332 memmove(&array[i], &array[i+1], (length - i) * sizeof(struct candidate)); in count_demerits() 3377 struct candidate *array = alloca(elist_size * sizeof(struct candidate)); in mb_guess_encoding_for_strings()
|
/php-src/docs/ |
H A D | release-process.md | 18 candidate (RC) published two weeks before each patch-level release. 190 > When releasing the *first release candidate* of a pre-GA release, you must 474 > candidate for this version. If it is for a PHP-X.Y.0 version, then just 907 > We create the new version branch at the first release candidate rather than at
|
/php-src/ |
H A D | CONTRIBUTING.md | 5 websites is a never-ending one. With every release or release candidate comes a
|
Completed in 366 milliseconds