Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.0 Product Version 4.0.0
  Product Build
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
Attached Files

- Relationships

- Notes
(0003875)
nam
03-11-09 13:14

php/33db
 

- Issue History
Date Modified Username Field Change
03-10-09 16:35 koreth New Issue
03-10-09 19:37 nam Status new => assigned
03-10-09 19:37 nam Assigned To  => nam
03-11-09 13:14 nam Note Added: 0003875
03-11-09 13:15 nam Status assigned => closed
03-11-09 13:15 nam Resolution open => fixed
03-11-09 13:15 nam Fixed in Version  => 4.0.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker