stuboflength1041.phar.inc 1.2 KB

123456789101112131415161718192021
  1. <?php
  2. @unlink(__DIR__ . '/stuboflength1041.phar');
  3. $phar = new Phar('./stuboflength1041.phar');
  4. $phar['a.php'] = 'hi1';
  5. $phar['b.php'] = 'hi2';
  6. $phar->setStub('<?php
  7. /***stub of length 1041 including the halt compiler*********************************************
  8. ************************************************************************************************
  9. ************************************************************************************************
  10. ************************************************************************************************
  11. ************************************************************************************************
  12. ************************************************************************************************
  13. ************************************************************************************************
  14. ************************************************************************************************
  15. ************************************************************************************************
  16. ************************************************************************************************
  17. *********************************************/
  18. __HALT_COMPILER();');