GeForce Manager
PHP Advanced
C:
/
xampp
/
htdocs
/
Ajaji
/
libraries
/
vendor
/
lcobucci
/
jwt
/
compat
/
Name
Size
Perms
Actions
📄
class-aliases.php
283 B
0666
Edit
Perms
Delete
📄
json-exception-polyfill.php
128 B
0666
Edit
Perms
Delete
📄
lcobucci-clock-polyfill.php
1523 B
0666
Edit
Perms
Delete
Editing:
json-exception-polyfill.php
<?php if (PHP_VERSION_ID < 70300 && ! class_exists('JsonException')) { class JsonException extends Exception { } }
Cancel