| Anonymous | Login | Signup for a new account | 11-08-2025 20:22 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0003326 | [Quercus] | minor | always | 02-06-09 23:06 | 02-07-09 07:16 | ||||
| Reporter | koreth | View Status | public | ||||||
| Assigned To | nam | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product 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} ^ |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |