context = $context; $this->regexpList = [ 0 => '{^(?' .'|/(a)(*:11)' .')/?$}sD', 11 => '{^(?' .'|/(.)(*:22)' .')/?$}sDu', 22 => '{^(?' .'|/(.)(*:33)' .')/?$}sD', ]; $this->dynamicRoutes = [ 11 => [[['_route' => 'a'], ['a'], null, null, false, true, null]], 22 => [[['_route' => 'b'], ['a'], null, null, false, true, null]], 33 => [[['_route' => 'c'], ['a'], null, null, false, true, null]], ]; } }