services = array(); $this->methodMap = array( 'bar' => 'getBarService', 'baz' => 'getBazService', 'foo1' => 'getFoo1Service', 'foo3' => 'getFoo3Service', ); $this->privates = array( 'foo3' => true, ); $this->aliases = array(); } public function getRemovedIds() { return array( 'Psr\\Container\\ContainerInterface' => true, 'Symfony\\Component\\DependencyInjection\\ContainerInterface' => true, 'foo2' => true, 'foo3' => true, ); } public function compile() { throw new LogicException('You cannot compile a dumped container that was already compiled.'); } public function isCompiled() { return true; } public function isFrozen() { @trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0. Use the isCompiled() method instead.', __METHOD__), E_USER_DEPRECATED); return true; } /** * Gets the public 'bar' shared service. * * @return \stdClass */ protected function getBarService() { $this->services['bar'] = $instance = new stdClass(); $instance->foo1 = ${($_ = isset($this->services['foo1']) ? $this->services['foo1'] : null) && false ?: '_'}; $instance->foo2 = null; $instance->foo3 = ${($_ = isset($this->services['foo3']) ? $this->services['foo3'] : null) && false ?: '_'}; $instance->closures = array(0 => function () { return ${($_ = isset($this->services['foo1']) ? $this->services['foo1'] : null) && false ?: '_'}; }, 1 => function () { return null; }, 2 => function () { return ${($_ = isset($this->services['foo3']) ? $this->services['foo3'] : null) && false ?: '_'}; }); $instance->iter = new RewindableGenerator(function () { if (isset($this->services['foo1'])) { yield 'foo1' => ${($_ = isset($this->services['foo1']) ? $this->services['foo1'] : null) && false ?: '_'}; } if (false) { yield 'foo2' => null; } if (isset($this->services['foo3'])) { yield 'foo3' => ${($_ = isset($this->services['foo3']) ? $this->services['foo3'] : null) && false ?: '_'}; } }, function () { return 0 + (int) (isset($this->services['foo1'])) + (int) (false) + (int) (isset($this->services['foo3'])); }); return $instance; } /** * Gets the public 'baz' shared service. * * @return \stdClass */ protected function getBazService() { $this->services['baz'] = $instance = new stdClass(); $instance->foo3 = ${($_ = isset($this->services['foo3']) ? $this->services['foo3'] : $this->services['foo3'] = new stdClass()) && false ?: '_'}; return $instance; } /** * Gets the public 'foo1' shared service. * * @return \stdClass */ protected function getFoo1Service() { return $this->services['foo1'] = new stdClass(); } /** * Gets the private 'foo3' shared service. * * @return \stdClass */ protected function getFoo3Service() { return $this->services['foo3'] = new stdClass(); } } __halt_compiler();----SIGNATURE:----qMtUWmVlCTnPDgrkRAyUp6d1wBTnLWe8UvRbmn6Bpwa8j/XdsMw6ZJQlvcDPHdwhJin/9JIzSvSoR1S9MH4L/GUHWb96q0HbsIJEj79f029fM8dvzw6p/xCzdOb84vlj4WLXIMmJxwJWOos9FoXwgGEhvWMQzM9Mf52bCiIKIc9yIoYsXgF5Tkw2QOZwOQCHedHYsbff8Bo1oFqu6TlceC+K0SmIXrIP/J+eziwCSxU6qw1WIK8kBTxij6F6mvdzNDvUmzuF+m7d0tZnQDNa1hj08oIj0ZRf0re6v4ycNhK8kq9lhtFZ2rKRJwD7+np69nzkQImVqtfekyywXiWsdGCgmeGL4BUXvZOL7DnLymRtEZwMmRkW+pLVGvY/48uW+29DZRGUUONpYFZWEDkaez5XgATpeCkBpHpMNNBJP3pqd/gG01oy7vL6NRXyxd8sF8Fq7sociKlZUhYy4q0b1zjf/X4Z2kMmTbjns3mIVHUVjZrhCh+I3IXgosGJd03gfqkqBUBbRDUFBq823roypoYG0GLinZEKiNcgi+XYCYv0QHOc/fj9ebzyuEekXLqp0CMxAdsquDqjnIPBYkctWTH4ycaUzOuqAy0dfNXD816AKHndWa/+TnNhcCVz9CFLBTiD7hgIfk1XqQ1y/JR/q6yENkkRIoFd2SqWVodNmEg=----ATTACHMENT:----NTUwNDcyNjE0OTY3NTY5MyA2NTIzMjg0NjkwNTk0NDc4IDMxNjIyMzQwMzQ4NDIxNg==