This website works better with JavaScript
Почетна
Преглед
Помоћ
Регистрација
Пријавите се
lizhen
/
lanjingling
Прати
1
Волим
0
Креирај огранак
0
Датотеке
Дискусије
0
Захтеви за спајање
0
Вики
Дрво:
a724ce511e
Гране
Ознаке
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
{
}
}