Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3139 | minor | always | 12-08-08 00:06 | 12-10-08 12:10 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|||||
Summary: | 0003139: Variable assignment in array constructor won't compile | ||||
Description: |
<?php function x() { $x = array($y = 1); } Fails to compile with the latest Resin Pro: [00:05:13.543] {resin-10} com.caucho.java.JavaCompileException: .../WEB-INF/work/_quercus/_html/_test/_array_22dassignment__php.java:52: long cannot be dereferenced [00:05:13.543] {resin-10} v_x = new ArrayValueImpl().append((v_y = 1L).copy()); [00:05:13.543] {resin-10} ^ |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|