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

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();');
        !            22: <?php
        !            23: 
        !            24: @unlink(__DIR__ . '/stuboflength1041.phar');
        !            25: 
        !            26: $phar = new Phar('./stuboflength1041.phar');
        !            27: $phar['a.php'] = 'hi1';
        !            28: $phar['b.php'] = 'hi2';
        !            29: 
        !            30: $phar->setStub('<?php
        !            31: /***stub of length 1041 including the halt compiler*********************************************
        !            32: ************************************************************************************************
        !            33: ************************************************************************************************
        !            34: ************************************************************************************************
        !            35: ************************************************************************************************
        !            36: ************************************************************************************************
        !            37: ************************************************************************************************
        !            38: ************************************************************************************************
        !            39: ************************************************************************************************
        !            40: ************************************************************************************************
        !            41: *********************************************/
        !            42: __HALT_COMPILER();');

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