Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3361 | major | always | 02-26-09 18:14 | 02-26-09 21:56 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|||||
Summary: | 0003361: String "[]" operator fails to compile | ||||
Description: |
<?php function foo() { $x = ' '; $x[0] = 'x'; } Doesn't compile: [18:12:12.722] {resin-29} com.caucho.java.JavaCompileException: .../_string_22darray__php.java:60: incompatible types [18:12:12.722] {resin-29} found : com.caucho.quercus.env.Value [18:12:12.722] {resin-29} required: com.caucho.quercus.env.StringValue [18:12:12.722] {resin-29} (v_x = v_x.toAutoArray()).put(qv_0_1, qv_x_2); |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|