This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
wangdakun
/
hb_main
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
38e7ed8604
Ветки
Метки
master
hb_main
/
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
{
}
}