]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
lib/util.php quick function to do var_export($var,true)
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 11 Jan 2016 18:52:54 +0000 (19:52 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 11 Jan 2016 18:52:54 +0000 (19:52 +0100)
commit1a46d86ca6cadb4bfd6e894a1108ebea013a9ef9
treedf0bb675652ff63ef0dc018cab86561711cc5213
parent93c614c184d30ae9cc199c7f020e4651392c2d7b
lib/util.php quick function to do var_export($var,true)

Immensely useful when debugging and we want to put quotes around strings,
potentially stopping any "evil logging attacks" (where input data masks
as logging data).
lib/util.php