File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
Test range() function
3
3
--INI--
4
- precision =14
4
+ serialize_precision =14
5
5
--FILE--
6
6
<?php
7
7
@@ -347,7 +347,7 @@ array(11) {
347
347
[6]=>
348
348
float(1.6)
349
349
[7]=>
350
- float(1.7000000000000002 )
350
+ float(1.7 )
351
351
[8]=>
352
352
float(1.8)
353
353
[9]=>
@@ -371,7 +371,7 @@ array(11) {
371
371
[6]=>
372
372
float(1.4)
373
373
[7]=>
374
- float(1.2999999999999998 )
374
+ float(1.3 )
375
375
[8]=>
376
376
float(1.2)
377
377
[9]=>
@@ -395,7 +395,7 @@ array(11) {
395
395
[6]=>
396
396
float(1.6)
397
397
[7]=>
398
- float(1.7000000000000002 )
398
+ float(1.7 )
399
399
[8]=>
400
400
float(1.8)
401
401
[9]=>
@@ -419,7 +419,7 @@ array(11) {
419
419
[6]=>
420
420
float(1.6)
421
421
[7]=>
422
- float(1.7000000000000002 )
422
+ float(1.7 )
423
423
[8]=>
424
424
float(1.8)
425
425
[9]=>
You can’t perform that action at this time.
0 commit comments