-
Type: Task
-
Resolution: Fixed
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: None
-
None
The json_canonicalize() test utility function still has the following code in place:
/* Versions of PHP before 7.1 replace empty JSON keys with "_empty_" when * decoding to a stdClass (see: https://bugs.php.net/bug.php?id=46600). Work * around this by replacing "_empty_" keys before returning. */ $json = str_replace('"_empty_":', '"":', $json);
This can be removed since we no longer test on those PHP versions.
- is related to
-
PHPC-1685 Drop support for PHP 7.0
- Closed
- links to