We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3552a1b commit 9c47f33Copy full SHA for 9c47f33
ext/date/tests/bug-gh11600.phpt
@@ -1,5 +1,7 @@
1
--TEST--
2
Bug GH-11600: Intl patterns are not parseable DateTime Strings
3
+--EXTENSIONS--
4
+intl
5
--INI--
6
date.timezone=UTC
7
--FILE--
@@ -14,6 +16,6 @@ $timestamp = strtotime($timeString);
14
16
var_dump($pattern, $timeString, $timestamp);
15
17
?>
18
--EXPECTF--
-string(8) "h:mm a"
-string(9) "4:02 PM"
19
+string(%d) "h:mm%sa"
20
+string(%d) "4:02%sPM"
21
int(1689091320)
0 commit comments