projects
/
GitHub
/
WoltLab
/
WCF.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
37937cbfae105a4f357acf202a923cf23589ef17
[GitHub/WoltLab/WCF.git]
/
1
<?php
2
3
if (\PHP_VERSION_ID < 80000) {
4
class UnhandledMatchError extends Error
5
{
6
}
7
}