This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
jjhc
/
report
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
04cfc75a5f
Rami (Branch)
Tag
master
report
/
vendor
/
symfony
/
polyfill-php80
/
Resources
/
stubs
/
ValueError.php
ValueError.php
87 B
Cronologia
Originale
1
2
3
4
5
6
7
<?php
if
(\PHP_VERSION_ID <
80000
) {
class
ValueError
extends
Error
{
}
}