| Anonymous | Login | Signup for a new account | 11-10-2025 00:56 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000534 | [Quercus] | minor | always | 12-21-05 08:46 | 12-30-05 15:18 | ||||
| Reporter | bago | View Status | @0@ | ||||||
| Assigned To | |||||||||
| Priority | normal | Resolution | fixed | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 3.0.18 | Product Version | |||||
| Product Build | snap 2005-12-20 | ||||||||
| Summary | 0000534: strtr implementation for array doesn't work | ||||||||
| Description |
from http://www.php.net/strtr [^] Example 2. strtr() example with two arguments <?php $trans = array("hello" => "hi", "hi" => "hello"); echo strtr("hi all, I said hello", $trans); ?> This will show: hello all, I said hi Instead it doesn't replace anything because it try to replace single chars and not whole strings. |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |