Nikita Popov
e8678fcb42
Fixed bug #75902
...
Don't special-case nested arrays/objects in str_replace(), instead
perform a string cast on them as well. For arrays, this will always
result in the usual conversion warning.
This behavior is consistent with preg_replace(). If we didn't want
to cast the array to string here, we should instead perform the
replacement recursively. Silently copying it is just confusing.
2020-03-10 16:49:17 +01:00
..
2020-01-17 14:52:46 +01:00
2020-02-18 21:10:36 +01:00
2020-02-03 22:52:20 +01:00
2020-03-02 11:38:50 +01:00
2020-02-03 22:52:20 +01:00
2020-03-02 19:12:49 +01:00
2020-02-26 15:00:08 +01:00
2020-02-17 08:55:18 +01:00
2020-03-09 09:56:22 +01:00
2020-02-28 15:46:17 +01:00
2020-02-25 09:51:32 +01:00
2020-02-26 15:00:08 +01:00
2020-03-02 15:10:15 +01:00
2020-03-06 16:31:03 +01:00
2020-02-18 21:10:36 +01:00
2020-02-26 15:00:08 +01:00
2020-02-03 22:52:20 +01:00
2020-02-26 15:00:08 +01:00
2020-02-13 16:51:23 +01:00
2020-02-05 17:44:20 +01:00
2020-02-26 15:00:08 +01:00
2020-03-04 12:46:06 +01:00
2020-02-25 09:51:32 +01:00
2020-02-18 21:10:36 +01:00
2020-02-26 15:00:08 +01:00
2020-02-26 15:00:08 +01:00
2020-03-09 22:53:23 +01:00
2020-03-02 16:33:40 +01:00
2020-03-03 12:13:44 +01:00
2020-02-26 15:00:08 +01:00
2020-03-09 22:53:23 +01:00
2020-02-26 15:00:08 +01:00
2020-02-18 21:10:36 +01:00
2020-03-03 13:06:46 +01:00
2020-02-22 01:01:07 +01:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-03-04 10:10:05 +01:00
2020-02-17 22:55:16 +01:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-03-04 12:46:06 +01:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-03-09 22:53:23 +01:00
2020-03-07 20:26:06 +01:00
2020-03-09 22:53:23 +01:00
2020-02-03 22:52:20 +01:00
2020-03-09 11:29:40 +01:00
2020-02-18 21:10:36 +01:00
2020-02-26 15:00:08 +01:00
2020-03-09 15:01:48 +01:00
2020-02-18 21:10:36 +01:00
2020-02-28 18:09:39 +01:00
2020-03-10 11:41:48 +01:00
2020-03-09 22:53:23 +01:00
2020-03-10 16:49:17 +01:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-01-17 14:52:46 +01:00
2020-02-17 08:55:18 +01:00
2020-02-16 19:22:22 -05:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-02-03 23:38:40 +01:00
2020-03-10 11:41:15 +01:00
2020-02-25 11:18:15 +01:00
2020-03-09 09:29:34 +01:00
2020-02-03 22:52:20 +01:00
2020-02-03 13:42:08 +01:00