[PHP-DEV] Announcing RFC 'Anonymous Catches'

2013-06-24 Thread Joost Koehoorn
Hi all, I just published an RFC that proposes to add catch-statement without needing to specify a variable, and support for fully anonymous catches. Details can be found at: https://wiki.php.net/rfc/anonymous_catch Regards, Joost Koehoorn -- PHP Internals - PHP Runtime Development Mailing Li

Re: [PHP-DEV] Announcing RFC 'Anonymous Catches'

2013-06-24 Thread Anthony Ferrara
Joost, First off, let me say welcome and thanks for the contribution! I have a couple of questions around the intended proposal. 1. How do you plan on handling the case where there are multiple catch blocks? try { code(); } catch { doSomething(); } catch { do

[PHP-DEV] Re: Announcing RFC 'Anonymous Catches'

2013-06-24 Thread Joost Koehoorn
On 25 juni 2013 at 01:20:04, Anthony Ferrara (ircmax...@gmail.com) wrote: Joost, First off, let me say welcome and thanks for the contribution! I have a couple of questions around the intended proposal. 1. How do you plan on handling the case where there are multiple catch blocks?     try {    

Re: [PHP-DEV] Re: Announcing RFC 'Anonymous Catches'

2013-06-24 Thread Sherif Ramadan
On Mon, Jun 24, 2013 at 7:49 PM, Joost Koehoorn wrote: > On 25 juni 2013 at 01:20:04, Anthony Ferrara (ircmax...@gmail.com) wrote: > Joost, > > First off, let me say welcome and thanks for the contribution! > > I have a couple of questions around the intended proposal. > > 1. How do you plan on ha

[PHP-DEV] Moving PHP documentation to Git repository

2013-06-24 Thread Christian Stoller
Hi internals. What do you think about moving the PHP documentation to a Git repository, mirrored on Github? Doing this would make it possible for everybody to extend the documentation easily by creating pull requests. Today one has to get an SVN account to edit the docu or you have to use http