array( '' => 'PhabricatorXHPASTViewRunController', 'view/(?P[1-9]\d*)/' => 'PhabricatorXHPASTViewFrameController', 'frameset/(?P[1-9]\d*)/' => 'PhabricatorXHPASTViewFramesetController', 'input/(?P[1-9]\d*)/' => 'PhabricatorXHPASTViewInputController', 'tree/(?P[1-9]\d*)/' => 'PhabricatorXHPASTViewTreeController', 'stream/(?P[1-9]\d*)/' => 'PhabricatorXHPASTViewStreamController', ), '/phpast/' => array( '' => PhorgePHPASTViewRunController::class, 'view/(?P[1-9]\d*)/' => PhorgePHPASTViewFrameController::class, 'frameset/(?P[1-9]\d*)/' => PhorgePHPASTViewFramesetController::class, 'input/(?P[1-9]\d*)/' => PhorgePHPASTViewInputController::class, 'tree/(?P[1-9]\d*)/' => PhorgePHPASTViewTreeController::class, 'stream/(?P[1-9]\d*)/' => PhorgePHPASTViewStreamController::class, ), ); } }