Hi internals,
while debugging a cache issue in Symfony
(https://github.com/symfony/symfony/issues/39988), I noticed that e.g.
ReflectionMethod::__toString() does not give any information about
attributes on that method. The same applies to ReflectionClass and
ReflectionProperty.
But docblock comm
RFCs have been reorganized and radically rewritten.
https://wiki.php.net/rfc/object_scope_prng
The implementation is unchanged, but the background has been explained in
more detail and the execution speed has been re-verified with PHP 8.1-dev.
The proposal seems to have been received relatively p
I would like to say that I completely agree with George. The BC is minimal.
We are not introducing any new functionality or removing any either. We are
just changing a default setting that was always there. The only code that
would be affected is the one that is currently relying on the default
set
Hi internals,
I've opened voting on
https://wiki.php.net/rfc/deprecate_null_to_scalar_internal_arg. The vote
closes 2020-02-09.
Regards,
Nikita