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 194e649 commit c1e84a3Copy full SHA for c1e84a3
ext/date/tests/getdate_variation7.phpt
@@ -27,7 +27,7 @@ var_dump( getdate($timestamp) );
27
-- Testing getdate\(\) function by passing float 12.3456789000e10 value to timestamp --
28
array\(11\) {
29
\["seconds"\]=>
30
- int\((36|0)\)
+ int\((.+)\)
31
\["minutes"\]=>
32
int\((43|0)\)
33
\["hours"\]=>
@@ -53,7 +53,7 @@ array\(11\) {
53
-- Testing getdate\(\) function by passing float -12.3456789000e10 value to timestamp --
54
55
56
- int\((44|12|20)\)
57
58
int\((39|23)\)
59
0 commit comments