Array ( [Container%s/removed-ids.php] => true, 'Symfony\\Component\\DependencyInjection\\ContainerInterface' => true, ]; [Container%s/getNonSharedFooService.php] => targetDir.''.'/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] => buildParameters = $buildParameters; $this->containerDir = $containerDir; $this->targetDir = \dirname($containerDir); $this->services = $this->privates = []; $this->fileMap = [ 'non_shared_foo' => 'getNonSharedFooService.php', ]; $this->aliases = []; } public function compile(): void { throw new LogicException('You cannot compile a dumped container that was already compiled.'); } public function isCompiled(): bool { return true; } public function getRemovedIds(): array { return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php'; } protected function load($file, $lazyLoad = true) { return require $this->containerDir.\DIRECTORY_SEPARATOR.$file; } } [ProjectServiceContainer.preload.php] => '%s', 'container.build_id' => '%s', 'container.build_time' => %d, ], __DIR__.\DIRECTORY_SEPARATOR.'Container%s'); )