Process/Php7.php
authorAlan Knowles <alan@roojs.com>
Fri, 24 Aug 2018 07:07:10 +0000 (15:07 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 24 Aug 2018 07:07:10 +0000 (15:07 +0800)
Process/Php7.php

index 074ecb6..86308d9 100644 (file)
@@ -75,6 +75,10 @@ class Pman_Core_Php7 extends Pman
             $this->scan($p,$pr, $clp);
         }
     }
+    function output()
+    {
+        die("DONE");
+    }
     
     
 }
\ No newline at end of file