Skip to content

Commit a1b46fc

Browse files
committed
Fix test cases
1 parent 95eaccd commit a1b46fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/standard/tests/file/windows_mb_path/test_big5_0.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ skip_if_wrong_cp(950, "ansi");
1111

1212
?>
1313
--INI--
14-
defalut_charset=big5
14+
default_charset=big5
1515
--FILE--
1616
<?php
1717
/*

ext/standard/tests/file/windows_mb_path/test_big5_2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ skip_if_wrong_cp(950, "ansi");
1111

1212
?>
1313
--INI--
14-
defalut_charset=cp950
14+
default_charset=cp950
1515
--FILE--
1616
<?php
1717
/*

0 commit comments

Comments
 (0)