Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/tests/
H A Dbug8009.phpt10 $thisdir = dirname(__FILE__);
11 $src = $thisdir . "/bug8009.zip";
12 $filename = $thisdir . "/tmp8009.zip";
H A Dbug8700.phpt10 $thisdir = dirname(__FILE__);
11 $filename = $thisdir . "/bug8009.zip";
H A Dbug47667.phpt10 $thisdir = dirname(__FILE__);
11 $filename = $thisdir . "/bug47667.zip";
/PHP-5.5/ext/zip/examples/
H A Dcreate.php6 $thisdir = dirname(__FILE__); variable
19 $zip->addFile($thisdir . "/too.php","/testfromfile.php");
/PHP-5.5/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 10 milliseconds