From: Remi Collet Date: Sat, 18 Apr 2015 07:37:06 +0000 (+0200) Subject: ignore second value for huge timestamp test (new zic) X-Git-Tag: php-5.5.25RC1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1e84a3bdee216d8951fce8678daede24798ea94;p=php ignore second value for huge timestamp test (new zic) --- 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"\]=>