context = $context; $this->matchHost = true; $this->regexpList = array( 0 => '{^(?' .'|(?i:([^\\.]++)\\.exampple\\.com)\\.(?' .'|/abc([^/]++)(?' .'|(*:56)' .')' .')' .')/?$}sD', ); $this->dynamicRoutes = array( 56 => array( array(array('_route' => 'r1'), array('foo', 'foo'), null, null, false, true, null), array(array('_route' => 'r2'), array('foo', 'foo'), null, null, false, true, null), ), ); } }