Re: [PHP-DEV] Small annoyances of PHP: Simple fixes would make tests fail

2021-02-22 Thread Rowan Tommins
On 22/02/2021 10:14, Christian Schneider wrote: Side-note: Maybe we should recommend a function to be used for tests. At my work we used to use var_export(), some of our newer tests are using json_encode() but neither is really guaranteed to be stable, right? Well, the obvious choice to me w

Re: [PHP-DEV] Replies on lists.php.net

2021-02-22 Thread Christian Schneider
Am 15.02.2021 um 13:20 schrieb Pierre : > I noticed I receive almost all your replies to the list along with a > duplicated copy addressed to me or other conversation participants, I think > you always click "reply to all" instead of "reply to list" in your mail > client. I think if our intenti

Re: [PHP-DEV] Small annoyances of PHP: Simple fixes would make tests fail

2021-02-22 Thread Christian Schneider
Am 19.02.2021 um 16:21 schrieb Sara Golemon : > On Fri, Feb 19, 2021 at 8:04 AM Christian Schneider > wrote: > Stack traces: > == > > What version are you testing with. I know Niki killed some unnecessary frames > in 8.0's stacktrace output. (A whole repro s