Skip to content
  • Aaron Patterson's avatar
    00c6e537
    FCALL shouldn't be forwarded from caller · 00c6e537
    Aaron Patterson authored
    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]
    00c6e537
    FCALL shouldn't be forwarded from caller
    Aaron Patterson authored
    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]
Loading