Sortie du snippet Symfony "Récupération de la liste des contrôleurs d'une application Symfony"

Environnement :

  • Strangebuzz Snippet VM : 6.4.9
  • PHP : 8.4
  • Symfony : 6.4.16

Sortie du code exécuté :

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"
}