Opened 2 years ago
Last modified 2 years ago
#16903 new enhancement
PHP5-Port - Superfluous code in _deep_replace()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Since PHP 5.0.0 the count parameter was added, see str_replace.
(in earlier PHP 4.x versions, arrays were already supported)
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.

$count FTW