[php-src] Issue #20761: Bitwise operators for double
[email protected] (tahaghafuri)
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
Issue: https://github.com/php/php-src/issues/20761 Author: tahaghafuri ### 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.