Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3383 | block | always | 03-10-09 16:35 | 03-11-09 13:15 | |
|
|||||
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: | 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(). |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|