var/cache/dev/pools/MEfm4eL869/L/8/lqjPyhwDOMLkwIgKhCLQ line 8

Open in your IDE?
  1. <?php return array(PHP_INT_MAX, static function () {
  2.     return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
  3.         $o = [
  4.             clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Symfony\\Component\\Routing\\Annotation\\Route'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Routing\\Annotation\\Route')),
  5.             clone $p['Symfony\\Component\\Routing\\Annotation\\Route'],
  6.             clone $p['Symfony\\Component\\Routing\\Annotation\\Route'],
  7.             clone ($p['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Method'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Method')),
  8.             clone ($p['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Cache'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Cache')),
  9.         ],
  10.         null,
  11.         [
  12.             'Symfony\\Component\\Routing\\Annotation\\Route' => [
  13.                 'path' => [
  14.                     '/',
  15.                     '/rss.xml',
  16.                     '/page/{page}',
  17.                 ],
  18.                 'name' => [
  19.                     'blog_index',
  20.                     'blog_rss',
  21.                     'blog_index_paginated',
  22.                 ],
  23.                 'defaults' => [
  24.                     [
  25.                         'page' => '1',
  26.                         '_format' => 'html',
  27.                     ],
  28.                     [
  29.                         'page' => '1',
  30.                         '_format' => 'xml',
  31.                     ],
  32.                     [
  33.                         '_format' => 'html',
  34.                     ],
  35.                 ],
  36.                 'requirements' => [
  37.                     => [
  38.                         'page' => '[1-9]\\d*',
  39.                     ],
  40.                 ],
  41.             ],
  42.             'Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Method' => [
  43.                 'methods' => [
  44.                     => [
  45.                         'GET',
  46.                     ],
  47.                 ],
  48.             ],
  49.             'Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Cache' => [
  50.                 'smaxage' => [
  51.                     => '10',
  52.                 ],
  53.             ],
  54.         ],
  55.         [
  56.             $o[0],
  57.             $o[1],
  58.             $o[2],
  59.             $o[3],
  60.             $o[4],
  61.         ],
  62.         []
  63.     );
  64. });