Skip to content

Commit 683b4f7

Browse files
committed
merge 9eb5cb6 to 5.3
1 parent bd39495 commit 683b4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/umask_variation3.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ foreach($inputs as $key =>$value) {
110110
echo "\n--$key--\n";
111111
umask(0);
112112
var_dump(umask($value));
113-
var_dump( umask());
113+
var_dump(umask() & 0777);
114114
};
115115

116116
?>

0 commit comments

Comments
 (0)