Skip to content

Commit 84aad45

Browse files
committed
Merge branch 'PHP-7.1' into PHP-7.2
2 parents 9188f1d + 2fd0b99 commit 84aad45

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed

ext/json/tests/bug40503.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Bug #40503 (json_encode() value corruption on 32bit systems with overflown values)
33
--INI--
4-
precision=14
4+
serialize_precision=-1
55
--SKIPIF--
66
<?php if (!extension_loaded("json")) print "skip"; ?>
77
--FILE--

ext/json/tests/bug41403.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (setlocale(LC_NUMERIC, "de_DE") === false) {
88
}
99
?>
1010
--INI--
11-
precision=14
11+
serialize_precision=-1
1212
--FILE--
1313
<?php
1414

ext/json/tests/bug41567.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Bug #41567 (json_encode() double conversion is inconsistent with PHP)
33
--INI--
4-
precision=14
4+
serialize_precision=-1
55
--SKIPIF--
66
<?php if (!extension_loaded('json')) print 'skip'; ?>
77
--FILE--

ext/json/tests/pass001.1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json)
33
--INI--
4-
precision=14
4+
serialize_precision=-1
55
--SKIPIF--
66
<?php
77
if (!extension_loaded('json')) die('skip');

ext/json/tests/pass001.1_64bit.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json)
33
--INI--
4-
precision=14
54
serialize_precision=-1
65
--SKIPIF--
76
<?php

ext/json/tests/pass001.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json)
33
--INI--
4-
precision=14
54
serialize_precision=-1
65
--SKIPIF--
76
<?php

0 commit comments

Comments
 (0)