Process/Php7.php
[Pman.Core] / Process / Php7.php
index 253b641..47a1be7 100644 (file)
@@ -27,7 +27,12 @@ class Pman_Core_Process_Php7 extends Pman
     {
         set_error_handler(function ($errno, $errstr, $errfile, $errline ){
 //            throw new ErrorException($errstr, $errno, 0, $errfile, $errline);
-//            echo "{$errstr}\n";
+            print_r(array(
+                $errno,
+                $errstr,
+                $errfile,
+                $errline
+            ));
         });
         
         $this->scan();