[PHP-DEV] Azure DevOps Organization

2019-06-04 Thread Joe Watkins
Morning all, Nikita and I have finished setting up Azure Pipelines now: We have a 4 build configuration, which tests PHP in all permutations of Release/Debug ZTS/NTS Opcache/NoOpcache/JIT. Because of the way I've set it up, my name is in the url, so this morning I went to create a PHP organizatio

Re: [PHP-DEV] Re: PHP RFC: Nullsafe Calls

2019-06-04 Thread Mark Randall
On 04/06/2019 20:05, AllenJB wrote: Common use cases I can think of would be parameters in a method call, which with null safe calls would be:   $m->n($x?->y()?->z()); AllenJB You bring up many good points about the (extremely hastily) composed syntax suggestion for short catch blocks, and t

Re: [PHP-DEV] Re: PHP RFC: Nullsafe Calls

2019-06-04 Thread AllenJB
On 03/06/2019 23:52, Mark Randall wrote: On 03/06/2019 09:28, Jean-Baptiste DELHOMMEAU wrote: I would like to  awaken the discussion around the RFC Nullsage Calls : https://wiki.php.net/rfc/nullsafe_calls Personally, I have my suspicions that PHP is starting to expose itself to operator fatig

Re: [PHP-DEV] Re: JSON_THROW_ON_ERROR implementation detail

2019-06-04 Thread Nicolas Grekas
Hi, Le ven. 24 mai 2019 à 01:55, Andrea Faulds a écrit : > > Please see the discussion on the original pull request: > https://github.com/php/php-src/pull/2662 > > The existing behaviour is deliberate, was already discussed, and was > Symfony is affected too, could you please have a look at the