> 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

Reply via email to