This is a small collection of quick helper functions for debugging and working with PHP.
axyz_d( $var )
Dump any variable, formatted.
axyz_e( $msg )
Log a message to the PHP error log.
axyz_r( $var )
Dump any variable to the PHP error log.
axyz_x( $var )
Dump any variable, formatted, and stop the script.