vimeo/psalm

Show issue for bitwise operations on floats

Aberta

#8.362 aberto em 3 de ago. de 2022

 (3 comentários) (0 reação) (0 responsável)PHP (668 forks)batch import
Help wantedeasy problemsenhancementgood first issue

Métricas do repositório

Stars
 (5.369 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

I could have sworn there was a PHP warning for doing bitwise operations on floats, but apparently not... Do we want to add an issue for that to Psalm?

Originally posted by @AndrolGenhald in https://github.com/vimeo/psalm/issues/7992#issuecomment-1133272149

Apparently it is a warning, but only if the float isn't exactly an integer: https://3v4l.org/kWXWH

https://psalm.dev/r/42a6ae8735

Guia do colaborador