This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
Kirin
/
shenying
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
5d7847ee69
Ветки
Метки
master
shenying
/
vendor
/
symfony
/
polyfill-php80
/
Resources
/
stubs
/
UnhandledMatchError.php
UnhandledMatchError.php
96 B
История
Исходник
1
2
3
4
5
6
7
<?php
if (\PHP_VERSION_ID < 80000) {
class UnhandledMatchError extends Error
{
}
}