Lines Matching defs:pattern
203 function mb_ereg(string $pattern, string $string, &$matches = null): bool {} argument
206 function mb_eregi(string $pattern, string $string, &$matches = null): bool {} argument
209 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
212 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
215 function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $opt… argument
221 function mb_split(string $pattern, string $string, int $limit = -1): array|false {} argument
223 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} argument
225 function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {}
231 function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {}
237 function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {}
239 function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): boo… argument