Searched defs:matches (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/pcre/ |
H A D | php_pcre.stub.php | 102 function preg_match(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset… 105 function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $of…
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 579 zend_ulong matches = 0L; in phpdbg_stack_resolve() local
|
/PHP-8.3/ext/readline/ |
H A D | readline.c | 446 char **matches = NULL; in php_readline_completion_cb() local
|
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.stub.php | 193 function mb_ereg(string $pattern, string $string, &$matches = null): bool {} 196 function mb_eregi(string $pattern, string $string, &$matches = null): bool {}
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 6425 jump_list *matches = NULL; in fast_forward_start_bits() local
|
Completed in 56 milliseconds