golden hour
/opt/cpanel/ea-wappspector/vendor/symfony/polyfill-php80/Resources/stubs
⬆️ Go Up
Upload
File/Folder
Size
Actions
Attribute.php
752 B
Del
OK
PhpToken.php
375 B
Del
OK
Stringable.php
396 B
Del
OK
UnhandledMatchError.php
327 B
Del
OK
ValueError.php
318 B
Del
OK
Edit: PhpToken.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ if (\PHP_VERSION_ID < 80000 && extension_loaded('tokenizer')) { class PhpToken extends Symfony\Polyfill\Php80\PhpToken { } }
Save