aboutsummaryrefslogtreecommitdiff
path: root/public/test3.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/test3.php')
-rw-r--r--public/test3.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/public/test3.php b/public/test3.php
index 327e2dd..571732b 100644
--- a/public/test3.php
+++ b/public/test3.php
@@ -1,15 +1,5 @@
<?php
-$path = '../w/class/';
-$lengh = strlen($path);
-$array = [];
-foreach (glob($path . '*.php') as $filename) {
- $array[] = substr(substr($filename, $lengh), 0, -4);
-}
-
-var_dump($array);
-
-