Skip to content

Commit 2a46f3e

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix test cases
2 parents ef56b2c + a1b46fc commit 2a46f3e

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
@@ -13,7 +13,7 @@ skip_if_wrong_cp(950, "ansi");
1313
--CONFLICTS--
1414
file_big5
1515
--INI--
16-
defalut_charset=big5
16+
default_charset=big5
1717
--FILE--
1818
<?php
1919
/*

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
@@ -13,7 +13,7 @@ skip_if_wrong_cp(950, "ansi");
1313
--CONFLICTS--
1414
file_big5
1515
--INI--
16-
defalut_charset=cp950
16+
default_charset=cp950
1717
--FILE--
1818
<?php
1919
/*

0 commit comments

Comments
 (0)