Mantis - Quercus
Viewing Issue Advanced Details
2901 block always 09-04-08 07:18 09-04-08 10:17
koreth  
nam  
normal  
closed 3.2.1  
fixed  
none    
none 3.2.1  
0002901: Can't use "continue" any more
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: }

Notes
(0003382)
nam   
09-04-08 10:17   
php/0646
php/0656