index
:
volse-hubzilla.git
add-registration-entity-class
dev
drop-unused-html5-library
improve-mysql-insert
master
module-admin-accounts-enhancements-continued
move-account-processing-to-class
test-module-admin-security
tests/test-db-setup-wip
Volse Hubzilla -- soft fork of main Hubzilla core for Volse
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
symfony
/
polyfill-php80
/
Resources
/
stubs
/
UnhandledMatchError.php
blob: 37937cbfae105a4f357acf202a923cf23589ef17 (
plain
) (
blame
)
1
2
3
4
5
6
7
<?php
if
(
\PHP_VERSION_ID
<
80000
)
{
class
UnhandledMatchError
extends
Error
{
}
}