Skip to content

Commit ea473b7

Browse files
committed
ext/standard: validate mode is within 0..07777
1 parent 12d8be7 commit ea473b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/standard/tests/file/mkdir_invalid_mode.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ try {
99
}
1010
?>
1111
--EXPECT--
12-
mkdir(): Argument #2 ($permissions) must be between 0 and 0o7777
12+
mkdir(): Argument #2 ($permissions) must be between 0 and 0o7777

0 commit comments

Comments
 (0)