123456789101112131415161718192021 |
- <?php
- @unlink(__DIR__ . '/stuboflength1041.phar');
- $phar = new Phar('./stuboflength1041.phar');
- $phar['a.php'] = 'hi1';
- $phar['b.php'] = 'hi2';
- $phar->setStub('<?php
- /***stub of length 1041 including the halt compiler*********************************************
- ************************************************************************************************
- ************************************************************************************************
- ************************************************************************************************
- ************************************************************************************************
- ************************************************************************************************
- ************************************************************************************************
- ************************************************************************************************
- ************************************************************************************************
- ************************************************************************************************
- *********************************************/
- __HALT_COMPILER();');
|