Skip to content

Commit 036f00f

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Relax timezone_IDforWindowsID_basic2.phpt expectations
2 parents c14601c + afe8e2c commit 036f00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/intl/tests/timezone_IDforWindowsID_basic2.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ foreach ($tzs as $tz => $regions) {
2525
}
2626
}
2727
?>
28-
--EXPECT--
28+
--EXPECTF--
2929
** Gnomeregan
3030
bool(false)
3131
Error: intltz_get_windows_id: Unknown windows timezone: U_ILLEGAL_ARGUMENT_ERROR
@@ -36,7 +36,7 @@ string(19) "America/Los_Angeles"
3636
string(17) "America/Vancouver"
3737
string(19) "America/Los_Angeles"
3838
string(19) "America/Los_Angeles"
39-
string(7) "PST8PDT"
39+
string(%d) "%r(PST8PDT|America\/Los_Angeles)%r"
4040
** Romance Standard Time
4141
string(12) "Europe/Paris"
4242
string(15) "Europe/Brussels"

0 commit comments

Comments
 (0)