| Anonymous | Login | Signup for a new account | 11-08-2025 11:06 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 | ||||
| 0003355 | [Quercus] | block | always | 02-24-09 15:41 | 02-24-09 17:24 | ||||
| Reporter | koreth | View Status | public | ||||||
| Assigned To | nam | ||||||||
| Priority | normal | Resolution | fixed | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 4.0.0 | Product Version | 4.0.0 | ||||
| Product Build | |||||||||
| Summary | 0003355: Modifications to strings persist across requests in compiled mode | ||||||||
| Description |
<?php function foo(&$str) { $str[0] = 'a'; } function bar() { $str = 'xyz'; print $str; foo($str); } bar(); This prints "xyz" the first time it's loaded in compiled mode, but "ayz" thereafter. |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |