Home
last modified time | relevance | path

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

/PHP-7.4/ext/zip/tests/
H A Dbug8009.phpt9 $thisdir = __DIR__;
10 $src = $thisdir . "/bug8009.zip";
11 $filename = $thisdir . "/tmp8009.zip";
H A Dbug8700.phpt9 $thisdir = __DIR__;
10 $filename = $thisdir . "/bug8009.zip";
H A Dbug47667.phpt9 $thisdir = __DIR__;
10 $filename = $thisdir . "/bug47667.zip";
/PHP-7.4/ext/zip/examples/
H A Dcreate.php6 $thisdir = dirname(__FILE__); variable
19 $zip->addFile($thisdir . "/too.php","/testfromfile.php");
/PHP-7.4/scripts/dev/
H A Dfind_tested.php184 $thisdir = dir($dir.'/'); //include the trailing slash
185 while(($file = $thisdir->read()) !== false) {
187 $path = $thisdir->path.$file;

Completed in 17 milliseconds