Mantis - Quercus
Viewing Issue Advanced Details
2488 minor always 03-03-08 13:57 03-13-08 04:42
nam  
nam  
normal  
closed 3.1.5  
fixed  
none    
none 3.1.6  
0002488: 'break' outside of loop should give Fatal Error instead of a compile error (Wordpress' OpenID plugin)
In /logic.php of the OpenID plugin for Wordpress, there is a break statement that is not inside any loop/switch. Even though PHP gives a Fatal Error for that, OpenID is still able to function. OpenID or Wordpress is probably catching errors and ignoring them. To allow this, Quercus should be returning a PHP error instead of a Java compile error.

Notes
(0002848)
nam   
03-13-08 04:42   
php/0644
php/0654