Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3320 | block | always | 02-04-09 22:09 | 02-05-09 10:52 | |
|
|||||
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: | 0003320: Boolean variable compile failure | ||||
Description: |
<?php function x() { $foo = isset($a) || isset($b); } This fails to compile: [22:08:06.232] {resin-22} com.caucho.java.JavaCompileException: .../_boolean__php.java:59: incompatible types [22:08:06.232] {resin-22} found : boolean [22:08:06.232] {resin-22} required: com.caucho.quercus.env.Value [22:08:06.232] {resin-22} v_foo = (v_a.isset() || v_b.isset()); [22:08:06.232] {resin-22} ^ |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|