File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ var_dump(sha1_file(__DIR__ . DIRECTORY_SEPARATOR . 'gh10370' . DIRECTORY_SEPARAT
21
21
?>
22
22
--EXPECT--
23
23
bool(true)
24
- string(40) "34e163be8e43c5631d8b92e9c43ab0bf0fa62b9c "
24
+ string(40) "a723ae4ec7eababff73ca961a771b794be6388d2 "
25
25
--CLEAN--
26
26
<?php
27
27
@unlink (__DIR__ . DIRECTORY_SEPARATOR . 'gh10370 ' . DIRECTORY_SEPARATOR . 'testfile ' );
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ var_dump(sha1_file(__DIR__ . DIRECTORY_SEPARATOR . 'gh10370.tar'));
22
22
var_dump (sha1_file (__DIR__ . DIRECTORY_SEPARATOR . 'gh10370_out.tar ' ));
23
23
?>
24
24
--EXPECT--
25
- string(40) "04929d1dee68551c74f5c9809691040d16ba854b "
26
- string(40) "04929d1dee68551c74f5c9809691040d16ba854b "
25
+ string(40) "edcad8cd6c276f5e318c826ad77a5604d6a6e93d "
26
+ string(40) "edcad8cd6c276f5e318c826ad77a5604d6a6e93d "
27
27
--CLEAN--
28
28
<?php
29
29
@unlink (__DIR__ . DIRECTORY_SEPARATOR . 'gh10370_out.tar ' );
You can’t perform that action at this time.
0 commit comments