Annotation of embedaddon/php/ext/phar/tests/files/stuboflength1041.phar.inc, revision 1.1.1.2

1.1       misho       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();');

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>