Index: /temp/trunk/html/test/uehara/test.php
===================================================================
--- /temp/trunk/html/test/uehara/test.php	(revision 8703)
+++ /temp/trunk/html/test/uehara/test.php	(revision 8703)
@@ -0,0 +1,5 @@
+<?php
+$now_dir = "test/test/test/";
+$create_dir = ereg_replace("/$", "", $now_dir);
+echo $create_dir;
+?>
