| Anonymous | Login | Signup for a new account | 10-27-2025 00:07 PDT |
| 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 | ||||
| 0003383 | [Quercus] | block | always | 03-10-09 16:35 | 03-11-09 13:15 | ||||
| Reporter | koreth | View Status | public | ||||||
| Assigned To | nam | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 4.0.0 | ||||||
| Summary | 0003383: Stack overflow with variable self-assignment | ||||||||
| Description |
<?php function f1($x=false) { } function f2($x=false) { $x = 'y'; return f1($x=$x); } f2(); Works in interpreted mode, but in compiled mode dies with a stack overflow on an infinite recursion in Var.toArgValue(). |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |