[PHP-DEV] Changing method naming in FFI Type Reflection API from Arg->Parameter, etc

2021-07-13 Thread tyson andre
Hi internals, The FFI Type Reflection API mentioned in https://externals.io/message/115336 was recently added My opinion is that that they should be renamed to use the same naming scheme that PHP's Reflection extension is already using. Having different ways of naming very similar concepts (dif

Re: [PHP-DEV] Changing method naming in FFI Type Reflection API from Arg->Parameter, etc

2021-07-13 Thread Larry Garfield
On Tue, Jul 13, 2021, at 8:51 AM, tyson andre wrote: > Hi internals, > > The FFI Type Reflection API mentioned in > https://externals.io/message/115336 was recently added > > My opinion is that that they should be renamed to use the same naming > scheme that PHP's Reflection extension is alread

Re: [PHP-DEV] Changing method naming in FFI Type Reflection API from Arg->Parameter, etc

2021-07-13 Thread tyson andre
> > The FFI Type Reflection API mentioned in > > https://externals.io/message/115336 was recently added > > > > My opinion is that that they should be renamed to use the same naming > > scheme that PHP's Reflection extension is already using. > > Having different ways of naming very similar conc