Anonymous | Login | Signup for a new account | 12-17-2024 11:30 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 | ||||
0003153 | [Quercus] | minor | always | 12-11-08 21:32 | 12-12-08 08:59 | ||||
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 | 0003153: Character index fails to compile | ||||||||
Description |
<?php function foo() { $x = 'test'; $y = $x{0}; } Fails to compile under latest Resin Pro: [21:31:20.679] {resin-8} com.caucho.java.JavaCompileException: ...__php.java:56: incompatible types [21:31:20.679] {resin-8} found : com.caucho.quercus.env.Value [21:31:20.679] {resin-8} required: com.caucho.quercus.env.StringValue [21:31:20.679] {resin-8} v_y = v_x.charValueAt(0L); |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |