Searched refs:thisdir (Results 1 – 5 of 5) sorted by relevance
9 $thisdir = __DIR__;10 $src = $thisdir . "/bug8009.zip";11 $filename = $thisdir . "/tmp8009.zip";
9 $thisdir = __DIR__;10 $filename = $thisdir . "/bug8009.zip";
9 $thisdir = __DIR__;10 $filename = $thisdir . "/bug47667.zip";
6 $thisdir = dirname(__FILE__); variable19 $zip->addFile($thisdir . "/too.php","/testfromfile.php");
184 $thisdir = dir($dir.'/'); //include the trailing slash185 while(($file = $thisdir->read()) !== false) {187 $path = $thisdir->path.$file;
Completed in 9 milliseconds