Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003270 [Quercus] block always 01-15-09 23:21 01-16-09 23:31
Reporter koreth View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 4.0.0
Summary 0003270: Switch statement fallthrough fails in compiled mode if a break exists
Description <?php
$x = 123;
switch ($x) {
  case 123:
    print "hi";
    if ($x == 1) {
      break;
    }
  default:
    print " there";
}

Regular PHP and Quercus in interpreted mode print "hi there". Quercus in compiled mode prints "hi".
Additional Information
Attached Files

- Relationships

- Notes
(0003750)
nam
01-16-09 23:31

php/367x
 

- Issue History
Date Modified Username Field Change
01-15-09 23:21 koreth New Issue
01-16-09 14:10 nam Status new => assigned
01-16-09 14:10 nam Assigned To  => nam
01-16-09 23:31 nam Status assigned => closed
01-16-09 23:31 nam Note Added: 0003750
01-16-09 23:31 nam Resolution open => fixed
01-16-09 23:31 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