Description
As you know, bitwise operators can only be used for int and not for double.
But I implemented these operators for double and I would like the PHP programming language to have this capability as well.
For this reason, if you agree, I will submit the changes in the form of a pull request to be added to the language.