Skip to content

Commit cfa88b7

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: ARM64: range.phpt failed under RELEASE mode Change-Id: I10bec6995ea362ca98f7e607db7026598455b643
2 parents 944d653 + 6f6fd27 commit cfa88b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ext/standard/tests/array/range.phpt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Test range() function
33
--INI--
4-
precision=14
4+
serialize_precision=14
55
--FILE--
66
<?php
77

@@ -347,7 +347,7 @@ array(11) {
347347
[6]=>
348348
float(1.6)
349349
[7]=>
350-
float(1.7000000000000002)
350+
float(1.7)
351351
[8]=>
352352
float(1.8)
353353
[9]=>
@@ -371,7 +371,7 @@ array(11) {
371371
[6]=>
372372
float(1.4)
373373
[7]=>
374-
float(1.2999999999999998)
374+
float(1.3)
375375
[8]=>
376376
float(1.2)
377377
[9]=>
@@ -395,7 +395,7 @@ array(11) {
395395
[6]=>
396396
float(1.6)
397397
[7]=>
398-
float(1.7000000000000002)
398+
float(1.7)
399399
[8]=>
400400
float(1.8)
401401
[9]=>
@@ -419,7 +419,7 @@ array(11) {
419419
[6]=>
420420
float(1.6)
421421
[7]=>
422-
float(1.7000000000000002)
422+
float(1.7)
423423
[8]=>
424424
float(1.8)
425425
[9]=>

0 commit comments

Comments
 (0)