Array ( [Container%s/removed-ids.php] => true, 'Symfony\\Component\\DependencyInjection\\ContainerInterface' => true, ]; [Container%s/getNonSharedFooService.php] => targetDirs[0].'/Fixtures/includes/foo_lazy.php'); $this->factories['non_shared_foo'] = function ($lazyLoad = true) { return new \Bar\FooLazyClass(); }; return $this->factories['non_shared_foo'](); [Container%s/ProjectServiceContainer.php] => targetDirs[0] = \dirname($containerDir); for ($i = 1; $i <= 5; ++$i) { $this->targetDirs[$i] = $dir = \dirname($dir); } $this->buildParameters = $buildParameters; $this->containerDir = $containerDir; $this->services = $this->privates = []; $this->fileMap = [ 'non_shared_foo' => 'getNonSharedFooService.php', ]; $this->aliases = []; } public function compile() { throw new LogicException('You cannot compile a dumped container that was already compiled.'); } public function isCompiled() { return true; } public function getRemovedIds() { return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php'; } protected function load($file, $lazyLoad = true) { return require $this->containerDir.\DIRECTORY_SEPARATOR.$file; } } [ProjectServiceContainer.php] => '%s', 'container.build_id' => '%s', 'container.build_time' => %d, ], __DIR__.\DIRECTORY_SEPARATOR.'Container%s'); )