File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / phar / tests / files / stuboflength1041.phar.inc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:48:00 2012 UTC (12 years, 6 months ago) by misho
Branches: php, MAIN
CVS tags: v5_3_10, HEAD
php

<?php

@unlink(__DIR__ . '/stuboflength1041.phar');

$phar = new Phar('./stuboflength1041.phar');
$phar['a.php'] = 'hi1';
$phar['b.php'] = 'hi2';

$phar->setStub('<?php
/***stub of length 1041 including the halt compiler*********************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
*********************************************/
__HALT_COMPILER();');
<?php

@unlink(__DIR__ . '/stuboflength1041.phar');

$phar = new Phar('./stuboflength1041.phar');
$phar['a.php'] = 'hi1';
$phar['b.php'] = 'hi2';

$phar->setStub('<?php
/***stub of length 1041 including the halt compiler*********************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
*********************************************/
__HALT_COMPILER();');

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