services = array(); $this->methodMap = array( 'bar' => 'getBarService', 'bar3' => 'getBar3Service', 'bar5' => 'getBar5Service', 'foo' => 'getFooService', 'foo2' => 'getFoo2Service', 'foo4' => 'getFoo4Service', 'foo5' => 'getFoo5Service', 'foobar' => 'getFoobarService', 'foobar2' => 'getFoobar2Service', 'foobar3' => 'getFoobar3Service', 'foobar4' => 'getFoobar4Service', ); $this->aliases = array(); } public function getRemovedIds() { return array( 'Psr\\Container\\ContainerInterface' => true, 'Symfony\\Component\\DependencyInjection\\ContainerInterface' => true, 'bar2' => 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 \BarCircular */ protected function getBarService() { $this->services['bar'] = $instance = new BarCircular(); $instance->addFoobar(${($_ = isset($this->services['foobar']) ? $this->services['foobar'] : $this->getFoobarService()) && false ?: '_'}); return $instance; } /** * Gets the public 'bar3' shared service. * * @return \BarCircular */ protected function getBar3Service() { $this->services['bar3'] = $instance = new BarCircular(); $a = ${($_ = isset($this->services['foobar3']) ? $this->services['foobar3'] : $this->services['foobar3'] = new FoobarCircular()) && false ?: '_'}; $instance->addFoobar($a, $a); return $instance; } /** * Gets the public 'bar5' shared service. * * @return \stdClass */ protected function getBar5Service() { $a = ${($_ = isset($this->services['foo5']) ? $this->services['foo5'] : $this->getFoo5Service()) && false ?: '_'}; if (isset($this->services['bar5'])) { return $this->services['bar5']; } $this->services['bar5'] = $instance = new stdClass($a); $instance->foo = $a; return $instance; } /** * Gets the public 'foo' shared service. * * @return \FooCircular */ protected function getFooService() { $a = ${($_ = isset($this->services['bar']) ? $this->services['bar'] : $this->getBarService()) && false ?: '_'}; if (isset($this->services['foo'])) { return $this->services['foo']; } return $this->services['foo'] = new FooCircular($a); } /** * Gets the public 'foo2' shared service. * * @return \FooCircular */ protected function getFoo2Service() { $a = new BarCircular(); $this->services['foo2'] = $instance = new FooCircular($a); $a->addFoobar(${($_ = isset($this->services['foobar2']) ? $this->services['foobar2'] : $this->getFoobar2Service()) && false ?: '_'}); return $instance; } /** * Gets the public 'foo4' service. * * @return \stdClass */ protected function getFoo4Service() { $instance = new stdClass(); $instance->foobar = ${($_ = isset($this->services['foobar4']) ? $this->services['foobar4'] : $this->getFoobar4Service()) && false ?: '_'}; return $instance; } /** * Gets the public 'foo5' shared service. * * @return \stdClass */ protected function getFoo5Service() { $this->services['foo5'] = $instance = new stdClass(); $instance->bar = ${($_ = isset($this->services['bar5']) ? $this->services['bar5'] : $this->getBar5Service()) && false ?: '_'}; return $instance; } /** * Gets the public 'foobar' shared service. * * @return \FoobarCircular */ protected function getFoobarService() { $a = ${($_ = isset($this->services['foo']) ? $this->services['foo'] : $this->getFooService()) && false ?: '_'}; if (isset($this->services['foobar'])) { return $this->services['foobar']; } return $this->services['foobar'] = new FoobarCircular($a); } /** * Gets the public 'foobar2' shared service. * * @return \FoobarCircular */ protected function getFoobar2Service() { $a = ${($_ = isset($this->services['foo2']) ? $this->services['foo2'] : $this->getFoo2Service()) && false ?: '_'}; if (isset($this->services['foobar2'])) { return $this->services['foobar2']; } return $this->services['foobar2'] = new FoobarCircular($a); } /** * Gets the public 'foobar3' shared service. * * @return \FoobarCircular */ protected function getFoobar3Service() { return $this->services['foobar3'] = new FoobarCircular(); } /** * Gets the public 'foobar4' shared service. * * @return \stdClass */ protected function getFoobar4Service() { $a = new stdClass(); $this->services['foobar4'] = $instance = new stdClass($a); $a->foobar = $instance; return $instance; } } __halt_compiler();----SIGNATURE:----Yf8/1S2eAM5OUxtN346C+EeaVSSCy3YTsdot2XY6x/aQbLBCiQNrj+ROzIid1jivPh6eCK4luQKH/DVx5dX35WFbG50zgYxjD+/GNjRhZJYdKEv8TgRvHsFwsGQF9fIg4K2CE86HaxDdMSW8Y9PhvcEmg++Pgh8MlSJA0ov7DFRe9dDj6+c+h1OKpLGBryT5tC7OEOKv7/2nFu1YDr/Pn7yZN4inNZm7qJ2IXxHfbkIbdEavj2ULsjthqV+ihVTom+uE1aVKuex+pXxqlEcvuvzfTqHxLXSqh7I4+/VxZJyyMAbsgoB6ASGOPI/JFAwdcVxm+2pWBbzT+5MX6rYEnN8IjUvEJX/9JOl4QBBlTOx6g0D48JO0szOBFB4/vsleEY2xP2ZNkrv/pZXouQcaU1/EhruXPzFEx8hyvtsfekQYHHxA/MPCrbp4agx3f7jOBQam3QXbxCrW6lzF1OPyCf9yP5IA8jb66b97x4L0KzqNuRACog90UtdVWcM1HDr7cvc/9jgvA4mMfPYOSHNSrmRT92R8SSKaZU+y2FXQsWAc+R/04dOOdXEREn5q8lLmxVuE+URu9+GU944qEotLvhk0yqiyGL1Rqcgse6W+hlbZ7iwS6xWRaDVYPfEtE5t+r4RnLAMDN6EZxg9iRVnRlhePUIxvlz6T9BUaxfKlgBE=----ATTACHMENT:----NzAwMTEyODY5NzYxNjY1MSA5NjEyMDE5OTQ4NzgxMzA1IDE4MDgyNDI4MjE0MjI2NDc=