Index: temp/trunk/html/test/uehara/test.php
===================================================================
--- temp/trunk/html/test/uehara/test.php	(revision 8758)
+++ temp/trunk/html/test/uehara/test.php	(revision 8759)
@@ -3,5 +3,6 @@
 $arrTree = array();
 $cnt = 0;
-print_r(sfGetFileTree("/home/web/test.ec-cube.net/html/user_data/"));
+sfGetFileTree("/home/web/test.ec-cube.net/html/user_data/");
+print_r($arrTree);
 /*
 function sfGetFileTree($dir) {
@@ -39,5 +40,5 @@
 					if ($item != "." && $item != "..") {
 						if (is_dir("$dir/$item")) {
-							echo $arrTree[$cnt]['file_name'] = "$dir/$item<br/>";
+							$arrTree[$cnt]['file_name'] = "$dir/$item<br/>";
 							sfGetFileTree("$dir/$item");
 						}
@@ -47,5 +48,4 @@
 			}
 			closedir($handle);
-			//echo $arrResult[$cnt]['file_name'] = "$dir/$item<br/>";
 		}
 	}
