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