> On Sep 3, 2024, at 7:52 AM, Anton Smirnov <sand...@sandfox.me> wrote: > > On 03/09/2024 14:48, Anton Smirnov wrote: >> [new AAA, '123AnyChars%%!@#'](); > > Wrong example, sorry, should be > > (new AAA)->{'123AnyChars%%!@#'}(); Still, '123AnyChars%%!@#' is not included in the array returned by `get_class_methods()` and/or `ReflectionClass::getMethod()` which is evidence of why procedural magic methods are at best a bandaid compared with declarative solutions. -Mike
- [PHP-DEV] Pre-RFC Discussion: Support for String Liter... Hammed Ajao
- Re: [PHP-DEV] Pre-RFC Discussion: Support for Str... Mike Schinkel
- Re: [PHP-DEV] Pre-RFC Discussion: Support for... Christoph M. Becker
- Re: [PHP-DEV] Pre-RFC Discussion: Support... Mike Schinkel
- Re: [PHP-DEV] Pre-RFC Discussion: Sup... Christoph M. Becker
- Re: [PHP-DEV] Pre-RFC Discussion: Support... Anton Smirnov
- Re: [PHP-DEV] Pre-RFC Discussion: Sup... Anton Smirnov
- Re: [PHP-DEV] Pre-RFC Discussion... Mike Schinkel
- Re: [PHP-DEV] Pre-RFC Discussion: Support for... Hammed Ajao
- Re: [PHP-DEV] Pre-RFC Discussion: Support... Mike Schinkel
- Re: [PHP-DEV] Pre-RFC Discussion: Sup... Mike Schinkel
- Re: [PHP-DEV] Pre-RFC Discussion: Support for Str... Rob Landers
- Re: [PHP-DEV] Pre-RFC Discussion: Support for... Hammed Ajao
- Re: [PHP-DEV] Pre-RFC Discussion: Support... Rob Landers