Explorar o código

[Debug] Show errors

Foppe Hemminga %!s(int64=5) %!d(string=hai) anos
pai
achega
ad694a692f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      snippets.php

+ 4 - 0
snippets.php

@@ -1,5 +1,9 @@
 <?php
 
+ini_set('display_errors', 1);
+ini_set('display_startup_errors', 1);
+error_reporting(E_ALL);
+
 // This file contains HTML snippets for the several possible forms
 
 $pdo = null;