Mastodon

multidisciplinary creative and full-stack developer

Menu
about
me
contact
links
journal
writings
social
posts
bookmarks
saves
news
breaking
projects
portfolio
uses
tools & stack
startyparty
homepage

Pretty PHP Debug Output

June 7, 2022

Quick, nitty gritty, yet manageable PHP debugging:

echo '<pre style="max-height: 400px; overflow-y: scroll; padding: 20px; font-size: 12px; border: 1px dashed #aaa; margin-bottom: 20px; background-color: #ccc;">'; print_r($output); echo '</pre>';

Produces something along the lines of:

The container is scrollable, monospaced, and prettified; Enjoy!

tags
PHPTutorialDebugCheatsheet
Contact & Social
© 2008 - 2026 Marko Bajlovic
Version5.11.3