[PHP-DEV] Fwd: Type Collection

2017-01-28 Thread georges
Hello ​ ​ Php Internals, I was wondering today why did we not have (yet ?)​ ​ ​ a Collection type in Php ? Typically what would be that kind of variable type ? This type would be a great intermediate between an array and an Object. Today, in my opinion we are seeing to much wrong uses of php Obje

Re: [PHP-DEV] Friend class/function

2015-11-02 Thread georges
der to > simplify overall RFC phase. > > Regards, > On Nov 2, 2015 7:17 AM, "François Laupretre" wrote: > >> Hi Georges, >> >> Le 01/11/2015 17:04, georges a écrit : >> >>> ​Hi php internals, >>> >>> I recently discovered ​the &qu

[PHP-DEV] Friend class/function

2015-11-01 Thread georges
() won't inherit the friendship. Regards, Georges

Re: [PHP-DEV] RFC: spl_autoload_register() should provide kind of entity to load

2015-04-19 Thread georges
Yes, i finally rewritten major part of my code following the recommended SF2 standard for naming convention of trait/interfaces. Thanks Internals. Regards, Geo. Geolim4 2015-04-19 15:33 GMT+02:00 François Laupretre : > > De : georges [mailto:geol...@gmail.com] > > &

Re: [PHP-DEV] RFC: spl_autoload_register() should provide kind of entity to load

2015-04-18 Thread georges
your (quick) feedback. Regards. Geolim4 2015-04-18 17:09 GMT+02:00 Ryan Pallas : > > > On Sat, Apr 18, 2015 at 8:24 AM, georges wrote: > >> ​Hi php internals, >> >> Currently spl_autoload_register() pass the name of the class entity to the >> first *Callable*

[PHP-DEV] RFC: spl_autoload_register() should provide kind of entity to load

2015-04-18 Thread georges
​Hi php internals, Currently spl_autoload_register() pass the name of the class entity to the first *Callable* argument​, but there is now way (as i far i know) to know what kind of entity we're looking for. -Class ? -Interface ? -Trait? A second argument should be added to the *Callable* functi