RE: [PHP-DEV] new Class ReflectionZVal

2013-01-07 Thread Derick Rethans
On Mon, 7 Jan 2013, nat...@starin.biz wrote: > From: Derick Rethans [mailto:der...@php.net] > Sent: Monday, January 07, 2013 11:22 AM > > > On Mon, 7 Jan 2013, nat...@starin.biz wrote: > > > > > function __construct(&$variable); > > > > That's inherently flawed, as passing a variable in can modi

RE: [PHP-DEV] new Class ReflectionZVal

2013-01-07 Thread nathan
From: Derick Rethans [mailto:der...@php.net] Sent: Monday, January 07, 2013 11:22 AM To: nat...@starin.biz Cc: internals@lists.php.net Subject: Re: [PHP-DEV] new Class ReflectionZVal On Mon, 7 Jan 2013, nat...@starin.biz wrote: >> function __construct(&$variable); > That's inh

Re: [PHP-DEV] new Class ReflectionZVal

2013-01-07 Thread Derick Rethans
On Mon, 7 Jan 2013, nat...@starin.biz wrote: > I wanted some thought from you guys about the idea of giving PHP scripts the > ability to read some internal information about variables such as ZVals. > > > > The idea of how this reflection class would work would be something like: > > > > C

Re: [PHP-DEV] new Class ReflectionZVal

2013-01-07 Thread Nikita Popov
On Mon, Jan 7, 2013 at 6:10 PM, wrote: > I wanted some thought from you guys about the idea of giving PHP scripts > the > ability to read some internal information about variables such as ZVals. > > > > The idea of how this reflection class would work would be something like: > > > > Class Reflec

Re: [PHP-DEV] new Class ReflectionZVal

2013-01-07 Thread Anthony Ferrara
Nathan, On Mon, Jan 7, 2013 at 12:10 PM, wrote: > I wanted some thought from you guys about the idea of giving PHP scripts > the > ability to read some internal information about variables such as ZVals. > > > > The idea of how this reflection class would work would be something like: > > > > Cl