matches           414 ext/filter/logical_filters.c 	int         matches;
matches           429 ext/filter/logical_filters.c 	matches = pcre_exec(re, NULL, Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, ovector, 3);
matches           432 ext/filter/logical_filters.c 	if (matches < 0) {
matches           478 ext/filter/logical_filters.c 	int         matches;
matches           485 ext/filter/logical_filters.c 	matches = pcre_exec(re, NULL, Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, ovector, 3);
matches           488 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           418 ext/readline/readline.c 	char **matches = NULL;
matches           428 ext/readline/readline.c 				matches = rl_completion_matches(text,_readline_command_generator);
matches           430 ext/readline/readline.c 				matches = malloc(sizeof(char *) * 2);
matches           431 ext/readline/readline.c 				matches[0] = strdup("");
matches           432 ext/readline/readline.c 				matches[1] = '\0';
matches           442 ext/readline/readline.c 	return matches; 
matches           107 ext/sybase_ct/tests/index.php       return $this->expectancy->matches($this->output);