Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:19:46 +0000 (17:19 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:19:46 +0000 (17:19 +0800)
Process/Php7.php

index f16e917..8d7de88 100644 (file)
@@ -29,7 +29,6 @@ class Pman_Core_Process_Php7 extends Pman
 //            throw new ErrorException($errstr, $errno, 0, $errfile, $errline);
             print_r(array(
                 $errno,
-                $errstr,
                 $errfile,
                 $errline
             ));