1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
Files
archived-php-src/ext
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-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-03-09 09:56:22 +01:00
2020-02-28 15:46:17 +01:00
2020-02-26 15:00:08 +01:00
2020-03-02 15:10:15 +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-26 15:00:08 +01:00
2020-02-18 21:10:36 +01:00
2020-03-09 22:53:23 +01:00
2020-03-02 16:33:40 +01:00
2020-02-26 15:00:08 +01:00
2020-03-09 22:53:23 +01:00
2020-02-18 21:10:36 +01:00
2020-03-03 13:06:46 +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-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-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-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-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-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-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