Page MenuHomeWickedGov Phorge

requirements.php
No OneTemporary

Size
584 B
Referenced Files
None
Subscribers
None

requirements.php

<?php
declare(strict_types=1);
if (!(file_exists(__DIR__ . '/../vendor/autoload.php') || file_exists(__DIR__ . '/../../../autoload.php'))) {
// @phan-suppress-next-line PhanPluginRemoveDebugCall
fwrite(
STDERR,
'Autoloader not found. Make sure you run `composer install` before running Phan. See https://github.com/phan/phan#getting-started for more details.'
);
exit(1);
}
// Fix Turkish locales(tr_TR) - strtolower('I') is not 'i', so phan lookup might fail.
// (But continue formatting times, etc. in the user's locale)
setlocale(LC_CTYPE, 'C');

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 00:28 (4 d, 21 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
49/55/37663f528ba709aa322a927b5d47
Default Alt Text
requirements.php (584 B)

Event Timeline