/
usr
/
share
/
php
/
Symfony
/
Polyfill
/
Php81
/
/usr/share/php/Symfony/Polyfill/Php81
mkdir
upload
Name
Size
Mode
Actions
Resources/
-
0755
rm
autoload.php
685
0644
edit
dl
rm
bootstrap.php
738
0644
edit
dl
rm
Php81.php
710
0644
edit
dl
rm
Edit:
/usr/share/php/Symfony/Polyfill/Php81/autoload.php
(685B)
<?php // Require // Suggest // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'returntypewillchange' => '/Resources/stubs/ReturnTypeWillChange.php', 'symfony\\polyfill\\php81\\php81' => '/Php81.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd // Files require_once __DIR__.'/bootstrap.php';
Save
cmd:
run