Re: [PHP-DEV] [VOTE] Dump results of expressions in `php -a`

2021-02-08 Thread Peter Bowyer
On Mon, 1 Feb 2021 at 15:40, Bob Weinand wrote: > My main concern in this iteration of the RFC is: what happens with > big/deeply nested objects? > They tend to spew tons of lines if var_dump()'ed. Do we have reasonable > depth/output limitations in default dumping mode? > Good catch Bob, I'd

Re: [PHP-DEV] [VOTE] Dump results of expressions in `php -a`

2021-02-03 Thread Nikita Popov
On Wed, Feb 3, 2021 at 3:40 PM tyson andre wrote: > Hi Bob Weinand, > > Voting has started on > https://wiki.php.net/rfc/readline_interactive_shell_result_function > on 2021-01-19, and ends on 2021-02-02. > > This RFC proposes to dump the results of non-null expressions using

Re: [PHP-DEV] [VOTE] Dump results of expressions in `php -a`

2021-02-03 Thread tyson andre
Hi Bob Weinand, Voting has started on https://wiki.php.net/rfc/readline_interactive_shell_result_function on 2021-01-19, and ends on 2021-02-02. This RFC proposes to dump the results of non-null expressions using var_dump/var_export() by default in `php -a` (the

Re: [PHP-DEV] [VOTE] Dump results of expressions in `php -a`

2021-02-02 Thread Bob Weinand
Hey Tyson, > Am 02.02.2021 um 03:35 schrieb tyson andre : > > Hi Bob Weinand, > >>> Am 20.01.2021 um 01:55 schrieb tyson andre : >>> >>> Hi internals, >>> >>> Voting has started on >>> https://wiki.php.net/rfc/readline_interactive_shell_result_function >>> on 2021-01-19, and ends on

Re: [PHP-DEV] [VOTE] Dump results of expressions in `php -a`

2021-02-01 Thread tyson andre
Hi Bob Weinand, > > Am 20.01.2021 um 01:55 schrieb tyson andre : > > > > Hi internals, > > > > Voting has started on > > https://wiki.php.net/rfc/readline_interactive_shell_result_function > > on 2021-01-19, and ends on 2021-02-02. > > > > This RFC proposes to dump the results of non-null

Re: [PHP-DEV] [VOTE] Dump results of expressions in `php -a`

2021-02-01 Thread Bob Weinand
> Am 20.01.2021 um 01:55 schrieb tyson andre : > > Hi internals, > > Voting has started on > https://wiki.php.net/rfc/readline_interactive_shell_result_function > on 2021-01-19, and ends on 2021-02-02. > > This RFC proposes to dump the results of non-null expressions using >

Re: [PHP-DEV] [VOTE] Dump results of expressions in `php -a`

2021-01-20 Thread Ben Ramsey
> On Jan 19, 2021, at 18:55, tyson andre wrote: > > Hi internals, > > Voting has started on > https://wiki.php.net/rfc/readline_interactive_shell_result_function > on 2021-01-19, and ends on 2021-02-02. > > This RFC proposes to dump the results of non-null expressions using >

[PHP-DEV] [VOTE] Dump results of expressions in `php -a`

2021-01-19 Thread tyson andre
Hi internals, Voting has started on https://wiki.php.net/rfc/readline_interactive_shell_result_function on 2021-01-19, and ends on 2021-02-02. This RFC proposes to dump the results of non-null expressions using var_dump/var_export() by default in `php -a` (the interactive shell). Additionally,