### Enhanced dump() function Source: https://github.com/symfony/var-dumper/blob/7.3/README.md The VarDumper component offers an improved `dump()` function for inspecting PHP variables, providing more detailed output than the standard `var_dump()`. ```php use Symfony\Component\VarDumper\VarDumperExec; VarDumperExec::dump($variable); ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.