Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php35 $pharFile = $cwd.'/'.$script.'.phar'; variable
36 echo "\t=> $pharFile".PHP_EOL;
37 if (file_exists($pharFile) === true) {
39 unlink($pharFile);
42 $phar = new Phar($pharFile, 0, $script.'.phar');