Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003320 [Quercus] block always 02-04-09 22:09 02-05-09 10:52
Reporter koreth View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product 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} ^
Additional Information
Attached Files

- Relationships

- Notes
(0003806)
nam
02-05-09 10:52

php/3aat
 

- Issue History
Date Modified Username Field Change
02-04-09 22:09 koreth New Issue
02-05-09 10:52 nam Status new => assigned
02-05-09 10:52 nam Assigned To  => nam
02-05-09 10:52 nam Status assigned => closed
02-05-09 10:52 nam Note Added: 0003806
02-05-09 10:52 nam Resolution open => fixed
02-05-09 10:52 nam Fixed in Version  => 4.0.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker