This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
liuhairui
/
minongyun
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
1b30c817b9
Větve
Značky
master
minongyun
/
vendor
/
symfony
/
polyfill-php80
/
Resources
/
stubs
/
UnhandledMatchError.php
UnhandledMatchError.php
96 B
Historie
Surový
1
2
3
4
5
6
7
<?php
if (\PHP_VERSION_ID < 80000) {
class UnhandledMatchError extends Error
{
}
}