From: Marcus Boerger Date: Sat, 27 Jan 2007 23:11:45 +0000 (+0000) Subject: - Fix test X-Git-Tag: RELEASE_1_0_0RC1~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2bcf381b7105aafa304daba85df345d91fdfa42;p=php - Fix test --- diff --git a/ext/phar/tests/015b.phpt b/ext/phar/tests/015b.phpt index 973c5d28c8..19640b0f24 100755 --- a/ext/phar/tests/015b.phpt +++ b/ext/phar/tests/015b.phpt @@ -12,7 +12,7 @@ $pname = 'phar://' . $fname; $file = ""; $files = array(); -$files['a'] = array('cont'=>'Hello World', 'comp'=>pack('H*', '425a6839314159265359d872012f00000157800010400000400080060490002000220686d420c988c769e8281f8bb9229c28486c39009780'),'flags'=>0x00002000); +$files['a'] = array('cont'=>'Hello World', 'comp'=>pack('H*', '425a6834314159265359065c89da0000009780400000400080060490002000310c082031a916c41d41e2ee48a70a1200cb913b40'),'flags'=>0x00002000); include 'phar_test.inc'; var_dump(file_get_contents($pname . '/a'));