Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001959 [Quercus] major always 08-21-07 04:46 03-04-08 00:58
Reporter bago View Status public  
Assigned To nam
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.6 Product Version 3.1.1
  Product Build
Summary 0001959: continue <levels>; not supported (used by drupal views module)
Description http://www.php.net/continue [^]

Steps To Reproduce for ($i = 1; $i < 10; $i++) {
  for ($j = 1; $j < 10; $j++) {
    continue 2;
  }
  print('A');
}

prints 10 A, should not print anything.
Additional Information
Attached Files

- Relationships

- Notes
(0002811)
nam
03-04-08 00:58

php/068- (continue levels)
php/069- (break levels)
 

- Issue History
Date Modified Username Field Change
08-21-07 04:46 bago New Issue
03-03-08 15:50 nam Status new => assigned
03-03-08 15:50 nam Assigned To  => nam
03-04-08 00:58 nam Status assigned => closed
03-04-08 00:58 nam Note Added: 0002811
03-04-08 00:58 nam Resolution open => fixed
03-04-08 00:58 nam Fixed in Version  => 3.1.6


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