This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
lizhen
/
lanjingling
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
d7173cd585
Atzari
Tagi
master
lanjingling
/
vendor
/
symfony
/
polyfill-php80
/
Resources
/
stubs
/
UnhandledMatchError.php
UnhandledMatchError.php
96 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
<?php
if (\PHP_VERSION_ID < 80000) {
class UnhandledMatchError extends Error
{
}
}