]> granicus.if.org Git - php/commitdiff
- Fix test
authorMarcus Boerger <helly@php.net>
Sat, 27 Jan 2007 23:11:45 +0000 (23:11 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 27 Jan 2007 23:11:45 +0000 (23:11 +0000)
ext/phar/tests/015b.phpt

index 973c5d28c8aa7d7dc327e6a276d5c5bc4b416a06..19640b0f246c0989a480c6741802d4dfda12e297 100755 (executable)
@@ -12,7 +12,7 @@ $pname = 'phar://' . $fname;
 $file = "<?php __HALT_COMPILER(); ?>";
 
 $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'));