Return to stuboflength1041.phar.inc CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / phar / tests / files |
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();');