Anonymous | Login | Signup for a new account | 12-17-2024 10:58 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 4.0.0 | ||||||
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. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |