|
Apache/2.4.41 (Ubuntu) Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) server ip : 62.171.164.128 | your ip : 127.0.0.1 safemode OFF > / home / a / home / dev2.destoffenstraat.com / vendor / phpmd / phpmd / src / conf / |
Filename | /home/a/home/dev2.destoffenstraat.com/vendor/phpmd/phpmd/src/conf/phar_bootstrap.stub |
Size | 1.03 kb |
Permission | rw-r--r-- |
Owner | root : root |
Create time | 21-Aug-2025 12:26 |
Last modified | 30-Jul-2019 23:13 |
Last accessed | 23-Aug-2025 05:31 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
#!/usr/bin/env php
<?php
/**
* This file is part of PHP Mess Detector.
*
* Copyright (c) Manuel Pichler <mapi@phpmd.org>.
* All rights reserved.
*
* Licensed under BSD License
* For full copyright and license information, please see the LICENSE file.
* Redistributions of files must retain the above copyright notice.
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright Manuel Pichler. All rights reserved.
* @license https://opensource.org/licenses/bsd-license.php BSD License
* @link http://phpmd.org/
*/
/**
* Define global constant that marks this as PHPMD phar release.
*/
define('PHP_PMD_RELEASE', 'phar');
Phar::mapPhar('${archive.alias}');
// Configure include path to use this phar
set_include_path('phar://${archive.alias}/' . PATH_SEPARATOR . get_include_path());
if (isset($argv) && realpath($argv[0]) === __FILE__) {
// Load command line utility
include_once 'phar://${archive.alias}/vendor/autoload.php';
// Run command line interface
exit(\PHPMD\TextUI\Command::main($argv));
}
__HALT_COMPILER();
<?php
/**
* This file is part of PHP Mess Detector.
*
* Copyright (c) Manuel Pichler <mapi@phpmd.org>.
* All rights reserved.
*
* Licensed under BSD License
* For full copyright and license information, please see the LICENSE file.
* Redistributions of files must retain the above copyright notice.
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright Manuel Pichler. All rights reserved.
* @license https://opensource.org/licenses/bsd-license.php BSD License
* @link http://phpmd.org/
*/
/**
* Define global constant that marks this as PHPMD phar release.
*/
define('PHP_PMD_RELEASE', 'phar');
Phar::mapPhar('${archive.alias}');
// Configure include path to use this phar
set_include_path('phar://${archive.alias}/' . PATH_SEPARATOR . get_include_path());
if (isset($argv) && realpath($argv[0]) === __FILE__) {
// Load command line utility
include_once 'phar://${archive.alias}/vendor/autoload.php';
// Run command line interface
exit(\PHPMD\TextUI\Command::main($argv));
}
__HALT_COMPILER();