Searched defs:matches (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | swar.h | 36 size_t bytes, matches, t1, t2, t3, t4; in lexbor_swar_seek4() local 66 size_t bytes, matches, t1, t2, t3; in lexbor_swar_seek3() local
|
/php-src/ext/pcre/ |
H A D | php_pcre.stub.php | 105 function preg_match(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset… 108 function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $of…
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 579 zend_ulong matches = 0L; in phpdbg_stack_resolve() local
|
/php-src/ext/readline/ |
H A D | readline.c | 461 char **matches = NULL; in php_readline_completion_cb() local
|
/php-src/ext/mbstring/ |
H A D | mbstring.stub.php | 203 function mb_ereg(string $pattern, string $string, &$matches = null): bool {} 206 function mb_eregi(string $pattern, string $string, &$matches = null): bool {}
|
/php-src/ext/dom/ |
H A D | element.c | 1924 PHP_METHOD(Dom_Element, matches) in PHP_METHOD() argument
|
H A D | php_dom.stub.php | 1687 public function matches(string $selectors): bool {} function in Dom\\Element
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 6592 jump_list *matches = NULL; in fast_forward_start_bits() local
|
Completed in 53 milliseconds