Output of the "Retrieving the list of controllers of a Symfony application" Symfony snippet

Environment:

  • Strangebuzz Snippet VM: 6.4.9
  • PHP: 8.3
  • Symfony: 6.4.12

Code execution output:

array(5) {
  [6]=>
  string(35) "App\Controller\BlogController::goto"
  [7]=>
  string(35) "App\Controller\BlogController::show"
  [8]=>
  string(40) "App\Controller\BlogController::refresh13"
  [9]=>
  string(44) "App\Controller\BlogController::checkPassword"
  [10]=>
  string(39) "App\Controller\BlogController::action59"
}