.phar build script
[php-sqllint.git] / src / stub-phar.php
1 #!/usr/bin/env php
2 <?php
3 /**
4  * Phar stub file for php-sqllint. Handles startup of the .phar file.
5  *
6  * PHP version 5
7  *
8  * @category  Tools
9  * @package   PHP-SQLlint
10  * @author    Christian Weiske <cweiske@cweiske.de>
11  * @copyright 2015 Christian Weiske
12  * @license   http://www.gnu.org/licenses/agpl.html GNU AGPL v3
13  * @link      http://cweiske.de/php-sqllint.htm
14  */
15 require 'phar://' . __FILE__ . '/bin/phar-php-sqllint.php';
16 __HALT_COMPILER();
17 ?>