Re: [PHP-DEV] [RFC] Partial function application

2021-05-16 Thread Mike Schinkel
> On May 16, 2021, at 10:43 PM, Hossein Baghayi > wrote: > > On Sat, 15 May 2021 at 09:03, Hossein Baghayi > wrote: > >> Providing ? as a means of placeholder for some arguments and ignoring the >> rest could complicate the readability in my opinion. >> Maybe we should move (?) out of the ar

Re: [PHP-DEV] [RFC] Partial function application

2021-05-16 Thread Hossein Baghayi
On Sat, 15 May 2021 at 09:03, Hossein Baghayi wrote: > Providing ? as a means of placeholder for some arguments and ignoring the > rest could complicate the readability in my opinion. > Maybe we should move (?) out of the arguments list as a means of creating > a partial. > > What I realized is t

Re: [PHP-DEV] [RFC] Property accessors

2021-05-16 Thread Hendra Gunawan
Hi internals, > > I'd like to present an RFC for property accessors: > > https://wiki.php.net/rfc/property_accessors Hi internals, I am new here. Thank you Nikita for this wonderful proposal. A few days ago, I sent an identical message to this thread but I am not sure it was sent properly. So

[PHP-DEV] Re: [RFC] [Discussion] Final constants

2021-05-16 Thread Máté Kocsis
As I've fully finished the implementation, I intend to bring this to a vote on Wednesday if no new concerns come up (besides the usual question about the usefulness of the feature). Máté

Re: [PHP-DEV] [RFC] Partial function application

2021-05-16 Thread Mike Schinkel
> On May 15, 2021, at 4:20 AM, Rowan Tommins wrote: > > On 15 May 2021 00:09:41 BST, Paul Crovella wrote: >> I think this highlights where the misunderstanding of this feature is. > > > I think the fact that there is so much confusion highlights why it is worth > considering different desig