Description
The following code:
latest commit 976d7ed
Resulted in this output:
========DIFF========
bool(true)
bool(true)
bool(false)
- float(1327813567000)
+ float(1330491967000)
float(1327813567000)
========DONE========
But I expected this test to pass which means that month field is not cleared
|
var_dump($intlcal->clear(IntlCalendar::FIELD_MONTH)); |
PHP Version
master
Operating System
Alpinelinux
Description
The following code:
latest commit 976d7ed
Resulted in this output:
========DIFF======== bool(true) bool(true) bool(false) - float(1327813567000) + float(1330491967000) float(1327813567000) ========DONE========But I expected this test to pass which means that month field is not cleared
php-src/ext/intl/tests/calendar_clear_variation1.phpt
Line 16 in 976d7ed
PHP Version
master
Operating System
Alpinelinux