This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
Kirin
/
shenying
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
59b6ad43bc
Гілки
Теги
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
{
}
}