Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3323 | major | always | 02-05-09 14:53 | 02-05-09 15:14 | |
|
|||||
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: | 0003323: Boolean variable compile failure | ||||
Description: |
<?php function x() { $foo = true || false; if ($foo) print "x"; } Fails to compile: [14:52:48.275] {resin-22} com.caucho.java.JavaCompileException: .../_boolean__php.java:60: boolean cannot be dereferenced [14:52:48.275] {resin-22} if (v_foo.toBoolean()) { [14:52:48.275] {resin-22} ^ |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|