Created
February 9, 2020 13:58
-
-
Save MehmetGoekce/58953541c2955ace50191382ae04742b to your computer and use it in GitHub Desktop.
numerical literal seperator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| 6.674_083e-11; // float | |
| 299_792_458; // decimal | |
| 0xCAFE_F00D; // hexadecimal | |
| 0b0101_1111; // binary | |
| 0137_041; // octal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment