Re: [PHP-DEV] [RFC] [Discussion] Allow a trailing comma in function calls

2017-10-27 Thread Sara Golemon
On Fri, Oct 27, 2017 at 7:17 AM, Peter Cowburn wrote: > On 24 October 2017 at 17:14, Sara Golemon wrote: >> I'd guess because those are the only constructs which appear >> function-like *and* exhibit variadic behavior. >> >> empty/die/exit/print/require/include/require_once/include_once/__HALT_CO

Re: [PHP-DEV] [RFC] [Discussion] Allow a trailing comma in function calls

2017-10-27 Thread Peter Cowburn
On 24 October 2017 at 17:14, Sara Golemon wrote: > On Tue, Oct 24, 2017 at 11:37 AM, Peter Cowburn > wrote: > > I know it's late in the game, but I have a quick question. This RFC > > includes a couple of "Not really a function" functions (namely isset() > and > > unset()) that will also be able

Re: [PHP-DEV] [RFC] [Discussion] Allow a trailing comma in function calls

2017-10-24 Thread Sara Golemon
On Tue, Oct 24, 2017 at 11:37 AM, Peter Cowburn wrote: > I know it's late in the game, but I have a quick question. This RFC > includes a couple of "Not really a function" functions (namely isset() and > unset()) that will also be able to have a trailing comma, but I'm failing > to find the discus

Re: [PHP-DEV] [RFC] [Discussion] Allow a trailing comma in function calls

2017-10-24 Thread Peter Cowburn
On 7 October 2017 at 19:34, Sammy Kaye Powers wrote: > Hello internals friends! > > The RFC to allow a trailing comma in function calls is up for discussion: > > https://wiki.php.net/rfc/trailing-comma-function-calls > > Summary: > > - Targets PHP 7.3 > - The previous vote on this combined functi