Searched refs:pharFile (Results 1 – 1 of 1) sorted by relevance
35 $pharFile = $cwd.'/'.$script.'.phar'; variable36 echo "\t=> $pharFile".PHP_EOL;37 if (file_exists($pharFile) === true) {39 unlink($pharFile);42 $phar = new Phar($pharFile, 0, $script.'.phar');