Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3157 | minor | always | 12-12-08 08:51 | 12-14-08 10:08 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | 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: | 0003157: unset() of local variable fails to compile | ||||
Description: |
<?php function foo() { $x = 1; unset($x); } Fails to compile under the latest Resin Pro: [08:50:40.876] {resin-8} com.caucho.java.JavaCompileException: .../_unset__php.java:55: incompatible types [08:50:40.876] {resin-8} found : com.caucho.quercus.env.NullValue [08:50:40.876] {resin-8} required: long [08:50:40.876] {resin-8} v_x = NullValue.NULL; |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|