Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002901 [Quercus] block always 09-04-08 07:18 09-04-08 10:17
Reporter koreth View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 3.2.1
Summary 0002901: Can't use "continue" any more
Description I guess this is thanks to the fix for bug 2879:

<?php
function foo() {
  while (true) {
    continue;
  }
}

This fails to parse with the error message:

[show] .../test.php:4: cannot 'continue' a function
in
test.php:3: while (true) {
test.php:4: continue;
test.php:5: }
Additional Information
Attached Files

- Relationships

- Notes
(0003382)
nam
09-04-08 10:17

php/0646
php/0656
 

- Issue History
Date Modified Username Field Change
09-04-08 07:18 koreth New Issue
09-04-08 09:51 nam Status new => assigned
09-04-08 09:51 nam Assigned To  => nam
09-04-08 10:17 nam Status assigned => closed
09-04-08 10:17 nam Note Added: 0003382
09-04-08 10:17 nam Resolution open => fixed
09-04-08 10:17 nam Fixed in Version  => 3.2.1


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