| Anonymous | Login | Signup for a new account | 11-04-2025 18:38 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0003157 | [Quercus] | minor | always | 12-12-08 08:51 | 12-14-08 10:08 | ||||
| Reporter | koreth | View Status | public | ||||||
| Assigned To | ferg | ||||||||
| Priority | normal | Resolution | fixed | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 4.0.0 | Product Version | 4.0.0 | ||||
| Product Build | |||||||||
| Summary | 0003157: unset() of local variable fails to compile | ||||||||
| Description |
<?php function foo() { $x = 1; unset($x); } Fails to compile under the latest Resin Pro: [08:50:40.876] {resin-8} com.caucho.java.JavaCompileException: .../_unset__php.java:55: incompatible types [08:50:40.876] {resin-8} found : com.caucho.quercus.env.NullValue [08:50:40.876] {resin-8} required: long [08:50:40.876] {resin-8} v_x = NullValue.NULL; |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |