Skip to content

Instantly share code, notes, and snippets.

@Chemaclass
Last active September 21, 2019 22:34
Show Gist options
  • Save Chemaclass/9c88ba796f62f579086bfc444b13acde to your computer and use it in GitHub Desktop.
Save Chemaclass/9c88ba796f62f579086bfc444b13acde to your computer and use it in GitHub Desktop.
Docu - Numeric literal separator
<?php
$float = 6.674_083e-11;
$decimal = 299_792_458;
$hexadecimal = 0xCAFE_F00D;
$binary = 0b0101_1111;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment