Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3326 | minor | always | 02-06-09 23:06 | 02-07-09 07:16 | |
|
|||||
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: | 0003326: Boolean assignment in reference argument fails to compile | ||||
Description: |
<?php function foo(&$a) { } function bar() { foo($b=false); } Fails to compile: [23:05:34.632] {resin-22} com.caucho.java.JavaCompileException: .../_boolean_22darg__php.java:80: cannot find symbol [23:05:34.632] {resin-22} symbol : method call(com.caucho.quercus.env.Env,boolean) [23:05:34.632] {resin-22} location: class com.caucho.quercus.function.AbstractFunction [23:05:34.632] {resin-22} env._fun[f_foo].call(env, v_b = false); [23:05:34.632] {resin-22} ^ |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|