Re: [PHP-DEV] RFC: StreamWrapper Support for glob()

2022-09-18 Thread Timmy Almroth
Hi @Dan, hi @Sara. Thanks for giving us your feedback on this. > I think that although the RFC discussion can go ahead without a patch, > it would be better to have a patch before it went to vote, as there > seem to be quite a few hidden details that might not be able to be > made to work. I want

Re: [PHP-DEV] Specify abstract parent methods for traits

2022-09-18 Thread Jordan LeDoux
On Sun, Sep 18, 2022 at 4:51 AM Mohammad Amin Chitgarha < machitgar...@gmail.com> wrote: > Hi. > > Currently, it's possible that, inside a trait's function, use the parent > method of a class using the trait. This way, not only it's implicitly > supposed the trait is used in a class having a paren

Re: [PHP-DEV] Again: Asymmetric Visibility and Accessor syntax

2022-09-18 Thread Larry Garfield
On Sun, Sep 18, 2022, at 3:00 AM, Karoly Negyesi wrote: >> We are therefore going to proceed with `public private(set)`, the same > syntax as Swift and the current RFC text use. > > It seems my previous email went to /dev/null. > > This is incomprehensible. > > Go with public(get) private(set) plea

[PHP-DEV] Specify abstract parent methods for traits

2022-09-18 Thread Mohammad Amin Chitgarha
Hi. Currently, it's possible that, inside a trait's function, use the parent method of a class using the trait. This way, not only it's implicitly supposed the trait is used in a class having a parent, but also the parent class has such a method. It doesn't seem to be a good practice, as stated

[PHP-DEV] Again: Asymmetric Visibility and Accessor syntax

2022-09-18 Thread Karoly Negyesi
> We are therefore going to proceed with `public private(set)`, the same syntax as Swift and the current RFC text use. It seems my previous email went to /dev/null. This is incomprehensible. Go with public(get) private(set) please. "public private" makes no sense.