Skip to content

Instantly share code, notes, and snippets.

@phpdave
Last active March 29, 2016 19:05
Show Gist options
  • Select an option

  • Save phpdave/aab8e6d3ddbcaad6fe326f64a1a9bcbf to your computer and use it in GitHub Desktop.

Select an option

Save phpdave/aab8e6d3ddbcaad6fe326f64a1a9bcbf to your computer and use it in GitHub Desktop.
php -d error_reporting=E_ALL -d display_errors=on -d display_startup_errors=on -r "$foo = ini_get(\"error_reporting\"); var_dump($foo);$foo = ini_get(\"display_errors\"); var_dump($foo);$foo = ini_get(\"display_startup_errors\"); var_dump($foo);"
error_reporting = E_ALL
display_errors = On
display_startup_errors on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment