summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2015-04-18 09:37:06 +0200
committerRemi Collet <remi@php.net>2015-04-18 09:37:06 +0200
commit3bbfb96e1a1eef0a6cf6891532f9ac419c95dbd8 (patch)
tree98137d9fe5f0085db44cc57d0eda4c65fcdb277d /ext/date
parent3c81e945a3c61ea3ec00eeb946e95a1f9b92b956 (diff)
downloadphp-git-3bbfb96e1a1eef0a6cf6891532f9ac419c95dbd8.tar.gz
ignore second value for huge timestamp test (new zic)
Diffstat (limited to 'ext/date')
-rw-r--r--ext/date/tests/getdate_variation7.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/getdate_variation7.phpt b/ext/date/tests/getdate_variation7.phpt
index 2088fa1792..c757ac789c 100644
--- a/ext/date/tests/getdate_variation7.phpt
+++ b/ext/date/tests/getdate_variation7.phpt
@@ -27,7 +27,7 @@ var_dump( getdate($timestamp) );
-- Testing getdate\(\) function by passing float 12.3456789000e10 value to timestamp --
array\(11\) {
\["seconds"\]=>
- int\((36|0)\)
+ int\((.+)\)
\["minutes"\]=>
int\((43|0)\)
\["hours"\]=>
@@ -53,7 +53,7 @@ array\(11\) {
-- Testing getdate\(\) function by passing float -12.3456789000e10 value to timestamp --
array\(11\) {
\["seconds"\]=>
- int\((44|12|20)\)
+ int\((.+)\)
\["minutes"\]=>
int\((39|23)\)
\["hours"\]=>