Skip to content
  • Gold's avatar
    Bug 2003378: PHP8 Compatibility: final warnings · e8c1544a
    Gold authored
    
    
    * Since PHP 7.0, functions inspecting arguments, like func_get_args() and
      debug_backtrace() no longer report the original value as passed to a
      parameter, but will instead provide the current value.
      * The locations phpcs found don't appear to be impacted though. Supressing
        the warning.
    * PHP has reserved all method names with a double underscore prefix.
    
    Signed-off-by: default avatarGold <gold@catalyst.net.nz>
    Change-Id: I91bfc27e232818a105b9342e4ac4056bbb706a72
    e8c1544a