| Anonymous | Login | Signup for a new account | 11-04-2025 14:37 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 | ||||
| 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 | ||||||
| Status | closed | Product Version | 4.0.0 | ||||||
| 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; |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |