Skip to content

Instantly share code, notes, and snippets.

@and1truong
Created June 15, 2010 10:02
Show Gist options
  • Save and1truong/438940 to your computer and use it in GitHub Desktop.
Save and1truong/438940 to your computer and use it in GitHub Desktop.
<?php
// $Id$
/**
* In drupal_error_handler, adding the following:
*/
if (strstr($entry, 'comment_nodeapi')) {
print ($entry);
xdebug_print_function_stack();
die();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment