Project

General

Profile

« Previous | Next » 

Revision 00c6e537

Added by tenderlovemaking (Aaron Patterson) 8 months ago

FCALL shouldn't be forwarded from caller

When we forward an FCALL (a method call with an implicit self), we
shouldn't forward the FCALL flag because it ignores method visibility
checks. This patch removes the FCALL flag from callers.

[Bug #21196]