Lines Matching defs:pattern
96 function mb_ereg(string $pattern, string $string, &$matches = null): bool {} argument
99 function mb_eregi(string $pattern, string $string, &$matches = null): bool {} argument
101 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
103 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
105 function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $opt… argument
107 function mb_split(string $pattern, string $string, int $limit = -1): array|false {} argument
109 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} argument
111 function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {}
113 function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {}
115 function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {}
117 function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): boo… argument