|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2016-06-28 18:55 UTC] cmb@php.net
  [2020-04-23 14:19 UTC] cmb@php.net
 
-Status:      Open
+Status:      Closed
-Assigned To:
+Assigned To: cmb
  [2020-04-23 14:19 UTC] cmb@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 09:00:01 2025 UTC | 
Description: ------------ Currently, THROW is a statement. We are not allowed to write things like this: do_something(...) or throw new Exception(...) ; It whould be nice to convert THROW from statement to unary operator. Same things also can be applyed, for example, to RETURN, BREAK, CONTINUE and GOTO statements. Right precedence for this operators should be discussed.