Merge branch 'PHP-7.1'

* PHP-7.1:
  Avoid exact floating point comparison
This commit is contained in:
Joe Watkins 2017-04-20 06:42:55 +01:00
commit 06eb61591a
No known key found for this signature in database
GPG key ID: F9BA0ADA31CBD89E

View file

@ -10,12 +10,12 @@ date.timezone=UTC
$location = timezone_location_get(new DateTimeZone("Europe/Oslo"));
var_dump($location);
?>
--EXPECT--
--EXPECTF--
array(4) {
["country_code"]=>
string(2) "NO"
["latitude"]=>
float(59.91666)
float(59.9166%d)
["longitude"]=>
float(10.75)
["comments"]=>