| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/php/Symfony/Contracts/Service/ |
Upload File : |
<?php
// Require
require_once __DIR__ . '/../../../Psr/Container/autoload.php';
require_once __DIR__ . '/../Deprecation/autoload.php';
// Suggest
if (stream_resolve_include_path(__DIR__ . '/../../Component/DependencyInjection/autoload.php')) { include_once __DIR__ . '/../../Component/DependencyInjection/autoload.php'; }
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
function($class) {
static $classes = null;
if ($classes === null) {
$classes = array(
'symfony\\contracts\\service\\attribute\\required' => '/Attribute/Required.php',
'symfony\\contracts\\service\\attribute\\subscribedservice' => '/Attribute/SubscribedService.php',
'symfony\\contracts\\service\\resetinterface' => '/ResetInterface.php',
'symfony\\contracts\\service\\servicelocatortrait' => '/ServiceLocatorTrait.php',
'symfony\\contracts\\service\\serviceproviderinterface' => '/ServiceProviderInterface.php',
'symfony\\contracts\\service\\servicesubscriberinterface' => '/ServiceSubscriberInterface.php',
'symfony\\contracts\\service\\servicesubscribertrait' => '/ServiceSubscriberTrait.php',
'symfony\\contracts\\service\\test\\servicelocatortest' => '/Test/ServiceLocatorTest.php',
'symfony\\contracts\\service\\test\\servicelocatortestcase' => '/Test/ServiceLocatorTestCase.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd
// Files