====== Dump ====== Doc: [[https://symfony.com/doc/current/components/var_dumper.html|The VarDumper Component]] ===== dump() ===== dump($variable); ===== dd() : Dump and Die ===== Identique à **dump()** puis met fin à l'exécution du script. dd($variable);