|
7 | 7 | * @var string |
8 | 8 | * @cvalue php_mb_oniguruma_version |
9 | 9 | */ |
10 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 10 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
11 | 11 | const MB_ONIGURUMA_VERSION = UNKNOWN; |
12 | 12 | #endif |
13 | 13 |
|
@@ -198,73 +198,73 @@ function mb_str_pad(string $string, int $length, string $pad_string = " ", int $ |
198 | 198 |
|
199 | 199 | #ifdef HAVE_MBREGEX |
200 | 200 | /** @refcount 1 */ |
201 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 201 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
202 | 202 | function mb_regex_encoding(?string $encoding = null): string|bool {} |
203 | 203 |
|
204 | 204 | /** @param array $matches */ |
205 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 205 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
206 | 206 | function mb_ereg(string $pattern, string $string, &$matches = null): bool {} |
207 | 207 |
|
208 | 208 | /** @param array $matches */ |
209 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 209 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
210 | 210 | function mb_eregi(string $pattern, string $string, &$matches = null): bool {} |
211 | 211 |
|
212 | 212 | /** @refcount 1 */ |
213 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 213 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
214 | 214 | function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = null): string|false|null {} |
215 | 215 |
|
216 | 216 | /** @refcount 1 */ |
217 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 217 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
218 | 218 | function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = null): string|false|null {} |
219 | 219 |
|
220 | 220 | /** @refcount 1 */ |
221 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 221 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
222 | 222 | function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $options = null): string|false|null {} |
223 | 223 |
|
224 | 224 | /** |
225 | 225 | * @return array<int, string>|false |
226 | 226 | * @refcount 1 |
227 | 227 | */ |
228 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 228 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
229 | 229 | function mb_split(string $pattern, string $string, int $limit = -1): array|false {} |
230 | 230 |
|
231 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 231 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
232 | 232 | function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} |
233 | 233 |
|
234 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 234 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
235 | 235 | function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {} |
236 | 236 |
|
237 | 237 | /** |
238 | 238 | * @return array<int, int>|false |
239 | 239 | * @refcount 1 |
240 | 240 | */ |
241 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 241 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
242 | 242 | function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {} |
243 | 243 |
|
244 | 244 | /** |
245 | 245 | * @return array<int|string, string|false>|false |
246 | 246 | * @refcount 1 |
247 | 247 | */ |
248 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 248 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
249 | 249 | function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {} |
250 | 250 |
|
251 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 251 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
252 | 252 | function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): bool {} |
253 | 253 |
|
254 | 254 | /** |
255 | 255 | * @return array<int|string, string|false>|false |
256 | 256 | * @refcount 1 |
257 | 257 | */ |
258 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 258 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
259 | 259 | function mb_ereg_search_getregs(): array|false {} |
260 | 260 |
|
261 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 261 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
262 | 262 | function mb_ereg_search_getpos(): int {} |
263 | 263 |
|
264 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 264 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
265 | 265 | function mb_ereg_search_setpos(int $offset): bool {} |
266 | 266 |
|
267 | 267 | /** @refcount 1 */ |
268 | | -#[\Deprecated(since: '8.6', message: "Oniguruma functions support ends PHP 9.0")] |
| 268 | +#[\Deprecated(since: '8.6', message: "because the underlying library is no longer maintained")] |
269 | 269 | function mb_regex_set_options(?string $options = null): string {} |
270 | 270 | #endif |
0 commit comments