Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 08:44:58 +0000 (16:44 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 08:44:58 +0000 (16:44 +0800)
Process/Php7.php

index 40bc09e..f55be90 100644 (file)
@@ -42,7 +42,13 @@ class Pman_Core_Process_Php7 extends Pman
                 continue;
             }
             
+            if (is_dir($d)) {
+                $nDir = array_merge($dir, array($d));
+                $this->scan(array_merge($dir, array($d)), array_merge($cls, array($d)));
+                return;
+            }
             
+            echo "{$d}\n";
             
         }