ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
build_phar.php File Reference

Go to the source code of this file.

Variables

 $dist = dirname(__DIR__).'/dist'
 
if(!is_dir($dist)) if(file_exists($dist.'/random_compat.phar')) $phar
 

Variable Documentation

◆ $dist

$dist = dirname(__DIR__).'/dist'

Definition at line 2 of file build_phar.php.

◆ $phar

if (!is_dir( $dist)) if (file_exists( $dist.'/random_compat.phar')) $phar
Initial value:
= new Phar(
$dist.'/random_compat.phar',
FilesystemIterator::CURRENT_AS_FILEINFO | \FilesystemIterator::KEY_AS_FILENAME,
'random_compat.phar'
)
$dist
Definition: build_phar.php:2

Definition at line 9 of file build_phar.php.