Skip to content

Instantly share code, notes, and snippets.

@carlwiedemann
Created September 2, 2014 22:22
Show Gist options
  • Save carlwiedemann/c188955fde3494c41cac to your computer and use it in GitHub Desktop.
Save carlwiedemann/c188955fde3494c41cac to your computer and use it in GitHub Desktop.
<?php
function _dd($var) {
file_put_contents('/tmp/drupal_debug.txt', print_r($var, 1) . PHP_EOL , FILE_APPEND);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment