On 13/07/2020 19:32, Gabriel Caruso wrote:
This warning does not make much sense as the magic method is executed
regardless of its visibility. Should it be dropped?
This seems to be the bigger issue... if something is specified as private, nothing outside its scope has any rights to access it, and that it does feels unexpected.

__call should be checked for access IMHO.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to