Changes between Initial Version and Version 1 of Ticket #47698
- Timestamp:
- 07/14/2019 01:32:10 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47698 – Description
initial v1 5 5 Let's talk through them: 6 6 7 == **`array_ merge_recursive()`**7 == **`array_replace_recursive()`** 8 8 9 The [https://www.php.net/manual/en/function.array-replace-recursive.php `array_ merge_recursive()`] function was introduced in PHP 5.3.0.9 The [https://www.php.net/manual/en/function.array-replace-recursive.php `array_replace_recursive()`] function was introduced in PHP 5.3.0. 10 10 11 11 The function has had no significant changes since then which would need to be accounted for.