Lines Matching refs:pattern
192 function mb_ereg(string $pattern, string $string, &$matches = null): bool {} argument
195 function mb_eregi(string $pattern, string $string, &$matches = null): bool {} argument
198 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
201 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
204 function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $opt… argument
210 function mb_split(string $pattern, string $string, int $limit = -1): array|false {} argument
212 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} argument
214 function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {} argument
220 function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {} argument
226 function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {} argument
228 function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): boo… argument