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