Skip to content

Instantly share code, notes, and snippets.

@MehmetGoekce
Created February 9, 2020 13:58
Show Gist options
  • Select an option

  • Save MehmetGoekce/58953541c2955ace50191382ae04742b to your computer and use it in GitHub Desktop.

Select an option

Save MehmetGoekce/58953541c2955ace50191382ae04742b to your computer and use it in GitHub Desktop.
numerical literal seperator
<?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