From a2bcf381b7105aafa304daba85df345d91fdfa42 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 27 Jan 2007 23:11:45 +0000 Subject: [PATCH] - Fix test --- ext/phar/tests/015b.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); -- 2.50.1