coding

php.ini
// Default, only plaintext.
xdebug.cli_color=0
// Coloured if your terminal will support it.
xdebug.cli_color=1
// Forced coloured output.
xdebug.cli_color=2

06.08.2026 | Michael Ebert

Enable XDebug syntax highlighting in PHP