Process/Php7.php
[Pman.Core] / Process / Php7.php
index 90de894..8d7de88 100644 (file)
@@ -29,13 +29,14 @@ class Pman_Core_Process_Php7 extends Pman
 //            throw new ErrorException($errstr, $errno, 0, $errfile, $errline);
             print_r(array(
                 $errno,
-                $errstr,
                 $errfile,
                 $errline
             ));
         });
         
         $this->scan();
+        
+        exit;
     }
     
     function scan($route = array())