Symfony\Component\Routing\Route {#1585
  -path: "/update.php/{op}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:1 [
    "op" => "info"
  ]
  -requirements: array:1 [
    "_access_system_update" => "TRUE"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "default_url_options" => array:1 [
      "path_processing" => false
    ]
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.db_update"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:1 [
      0 => "op"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "op"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/update.php"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/update\.php(?:/(?P<op>[^/]++))?$}sDu"
    -pathVariables: array:1 [
      0 => "op"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 1
    #patternOutline: "/update.php"
    #numParts: 2
  }
}