Re: [PHP-DEV] [RFC] Allow trailing comma in function call argument lists

2013-02-19 Thread Cyberspice
On 19 Feb 2013, at 12:06, Sara Golemon wrote: > Opening RFC to allow trailing comma in function call argument lists > > https://wiki.php.net/rfc/trailing-comma-function-args +1 Melanie -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP-DEV] Make try/catch brackets optinal

2012-07-19 Thread Cyberspice
Probably not so much in PHP but I've had some real doozers in my time due this. For example in C... if (somethingsFailed) DEBUG_MACRO("Something failed!"); var = 1; And then someone un-defines DEBUG_MACRO. Fun then ensues. Melanie On 19 Jul 2012, at 11:03, Charlie Somerville wrote: