Re: [PHP-DEV] Fix ReflectionType::__toString() BC break

2016-09-30 Thread Marco Pivetta
On Mon, Sep 26, 2016 at 7:44 AM, Pierre Joye wrote: > Also follow the discussion here > > https://github.com/php/php-src/pull/2137#issuecomment-249353056 > Follow-up on this, since RC3 was tagged with https://github.com/php/php-src/pull/2137 merged into it. BC Issue seems to be resolved from my

[PHP-DEV] GOOD Benchmark Results for PHP Master 2016-09-30

2016-09-30 Thread lp_benchmark_robot
Results for project PHP master, build date 2016-09-30 06:24:45+03:00 commit: 6a0f739 previous commit:c7f3221 revision date: 2016-09-30 02:42:05+03:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

RE: [PHP-DEV] php short circuit bug?

2016-09-30 Thread Pascal KISSIAN
Sorry, I did not saw that there were an == on the right side, and thought that It was an assignement…. Thanks a lot Best regards, Pascal KISSIAN De : Thomas Punt [mailto:tp...@hotmail.co.uk] Envoyé : vendredi 30 septembre 2016 12:51 À : Pascal KISSIAN Objet : Re: [PHP-DEV] php sho

[PHP-DEV] php short circuit bug?

2016-09-30 Thread Pascal KISSIAN
Hi everybody, Perhaps am I making a mistake, but the following code fragment: Emits the following notice: PHP Notice: Undefined index: bb in test.php on line 4 The php documentation : http://php.net/manual/en/language.operators.logical.php states in exemple 1 that short circui