matches           424 ext/filter/logical_filters.c 	int         matches;
matches           439 ext/filter/logical_filters.c 	matches = pcre_exec(re, NULL, Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, ovector, 3);
matches           442 ext/filter/logical_filters.c 	if (matches < 0) {
matches           535 ext/filter/logical_filters.c 	int         matches;
matches           547 ext/filter/logical_filters.c 	matches = pcre_exec(re, NULL, Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, ovector, 3);
matches           550 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           495 ext/readline/readline.c 	char **matches = NULL;
matches           505 ext/readline/readline.c 				matches = rl_completion_matches(text,_readline_command_generator);
matches           507 ext/readline/readline.c 				matches = malloc(sizeof(char *) * 2);
matches           508 ext/readline/readline.c 				if (!matches) {
matches           511 ext/readline/readline.c 				matches[0] = strdup("");
matches           512 ext/readline/readline.c 				matches[1] = '\0';
matches           522 ext/readline/readline.c 	return matches; 
matches           688 ext/zip/php_zip.c 			int    matches;
matches           718 ext/zip/php_zip.c 			matches = pcre_exec(re, NULL, namelist[i], strlen(namelist[i]), 0, 0, ovector, 3);
matches           720 ext/zip/php_zip.c 			if (matches < 0) {
matches           573 sapi/phpdbg/phpdbg_cmd.c 	ulong matches = 0L;
matches           580 sapi/phpdbg/phpdbg_cmd.c 					matched[matches] = command;
matches           581 sapi/phpdbg/phpdbg_cmd.c 					matches++;
matches           587 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           608 sapi/phpdbg/phpdbg_cmd.c 	switch (matches) {
matches           632 sapi/phpdbg/phpdbg_cmd.c 			while (it < matches) {
matches           636 sapi/phpdbg/phpdbg_cmd.c 						((it+1) < matches ? sizeof(", ")-1 : 0));
matches           640 sapi/phpdbg/phpdbg_cmd.c 						((it+1) < matches ? sizeof(", ")-1 : 0));
matches           644 sapi/phpdbg/phpdbg_cmd.c 				if ((it+1) < matches) {
matches           656 sapi/phpdbg/phpdbg_cmd.c 				name->str, matches, list);