Re: [PHP-DEV] [RFC] var_representation() : readable alternative to var_export()

2021-01-23 Thread tyson andre
Hi Rowan Tommins, > > Hi internals, > > > > I've created https://wiki.php.net/rfc/readable_var_representation based on > > my original proposal in https://externals.io/message/112924 > > > > This RFC proposes adding a new function `var_representation(mixed $value, > > int $flags=0): string` > > M

Re: [PHP-DEV] [RFC] Fibers

2021-01-23 Thread Aaron Piotrowski
> On Jan 18, 2021, at 8:59 AM, Benjamin Eberlei wrote: > > Hi Aaron, > > this is a very interesting and welcome piece of functionality. I have gone > through the RFC a few times now, it have never thought about or worked with > fibers before, additional feedback will be forthcoming once I gras

Re: [PHP-DEV] [RFC] var_representation() : readable alternative to var_export()

2021-01-23 Thread Rowan Tommins
On 23/01/2021 00:50, tyson andre wrote: Hi internals, I've created https://wiki.php.net/rfc/readable_var_representation based on my original proposal in https://externals.io/message/112924 This RFC proposes adding a new function `var_representation(mixed $value, int $flags=0): string` My he