matches 435 ext/filter/logical_filters.c int matches; matches 449 ext/filter/logical_filters.c matches = pcre_exec(re, NULL, Z_STRVAL_P(value), (int)Z_STRLEN_P(value), 0, 0, ovector, 3); matches 452 ext/filter/logical_filters.c if (matches < 0) { matches 606 ext/filter/logical_filters.c int matches; matches 622 ext/filter/logical_filters.c matches = pcre_exec(re, NULL, Z_STRVAL_P(value), (int)Z_STRLEN_P(value), 0, 0, ovector, 3); matches 625 ext/filter/logical_filters.c if (matches < 0) { matches 155 ext/mbstring/oniguruma/onigposix.h ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, int options)); matches 3970 ext/pcre/pcrelib/pcre_jit_compile.c jump_list *matches = NULL; matches 3990 ext/pcre/pcrelib/pcre_jit_compile.c if (!check_class_ranges(common, start_bits, (start_bits[31] & 0x80) != 0, TRUE, &matches)) matches 4033 ext/pcre/pcrelib/pcre_jit_compile.c if (matches != NULL) matches 4034 ext/pcre/pcrelib/pcre_jit_compile.c set_jumps(matches, LABEL()); matches 484 ext/readline/readline.c char **matches = NULL; matches 493 ext/readline/readline.c matches = rl_completion_matches(text,_readline_command_generator); matches 495 ext/readline/readline.c matches = malloc(sizeof(char *) * 2); matches 496 ext/readline/readline.c if (!matches) { matches 499 ext/readline/readline.c matches[0] = strdup(""); matches 500 ext/readline/readline.c matches[1] = '\0'; matches 510 ext/readline/readline.c return matches; matches 651 ext/zip/php_zip.c int matches; matches 680 ext/zip/php_zip.c matches = pcre_exec(re, NULL, ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, 0, ovector, 3); matches 682 ext/zip/php_zip.c if (matches < 0) { matches 576 sapi/phpdbg/phpdbg_cmd.c ulong matches = 0L; matches 583 sapi/phpdbg/phpdbg_cmd.c matched[matches] = command; matches 584 sapi/phpdbg/phpdbg_cmd.c matches++; matches 589 sapi/phpdbg/phpdbg_cmd.c if (matches < 3) { matches 592 sapi/phpdbg/phpdbg_cmd.c matched[matches] = command; matches 593 sapi/phpdbg/phpdbg_cmd.c matches++; matches 610 sapi/phpdbg/phpdbg_cmd.c switch (matches) { matches 630 sapi/phpdbg/phpdbg_cmd.c while (it < matches) { matches 632 sapi/phpdbg/phpdbg_cmd.c list = emalloc(matched[it]->name_len + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0)); matches 634 sapi/phpdbg/phpdbg_cmd.c list = erealloc(list, (pos + matched[it]->name_len) + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0)); matches 638 sapi/phpdbg/phpdbg_cmd.c if ((it + 1) < matches) { matches 648 sapi/phpdbg/phpdbg_cmd.c phpdbg_error("command", "type=\"ambiguous\" command=\"%s\" matches=\"%lu\" matched=\"%s\"", "The command \"%s\" is ambigious, matching %lu commands (%s)", name->str, matches, list);