stuzer05

stuzer05 / PHP show all errors

Last active 3 months ago

Like 0

stuzer05 revised this gist 2 years ago · 543f57f

1 file changed, 3 insertions

index.php (file created)
@@ -0,0 +1,3 @@
1 + ini_set('display_errors', 1);
2 + ini_set('display_startup_errors', 1);
3 + error_reporting(E_ALL);