Last active
October 27, 2017 08:09
-
-
Save roland-d/763c9592fc080c316900fbf6389fa4ba to your computer and use it in GitHub Desktop.
Fancy print_r
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
?> | |
<pre><?php | |
echo __FILE__ . '::' . __LINE__ . ':: '; | |
echo ': '; | |
echo '<div style="font-size: 1.5em;">'; | |
print_r($); | |
echo '</div>'; | |
?></pre><?php |
1.1em is large enough for me…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Atom snippets snippet: