Home
last modified time | relevance | path

Searched refs:thisdir (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/zip/tests/
H A Dbug8009.phpt7 $thisdir = __DIR__;
8 $src = $thisdir . "/bug8009.zip";
9 $filename = $thisdir . "/tmp8009.zip";
H A Dbug8700.phpt7 $thisdir = __DIR__;
8 $filename = $thisdir . "/bug8009.zip";
H A Dbug47667.phpt7 $thisdir = __DIR__;
8 $filename = $thisdir . "/bug47667.zip";
/php-src/ext/zip/examples/
H A Dcreate.php6 $thisdir = dirname(__FILE__); variable
19 $zip->addFile($thisdir . "/too.php","/testfromfile.php");
/php-src/scripts/dev/
H A Dfind_tested.php180 $thisdir = dir($dir.'/'); //include the trailing slash
181 while(($file = $thisdir->read()) !== false) {
183 $path = $thisdir->path.$file;

Completed in 8 milliseconds