This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
peis
/
commonWebservice
دنبال کردن
8
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
c3821e6a0c
شاخهها
تگها
master
commonWebser...
/
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
{
}
}