Skip to content

Instantly share code, notes, and snippets.

@pfaocle
Created August 29, 2014 10:54
Show Gist options
  • Save pfaocle/759ea7544ef10397a713 to your computer and use it in GitHub Desktop.
Save pfaocle/759ea7544ef10397a713 to your computer and use it in GitHub Desktop.
Run PHP script - ignore @ error suppressions and show a backtrace.
#!/bin/sh
# SCREAM ERR0R.
php -d xdebug.scream=1 vendor/bin/codecept build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment