<?php $arr = [ 1_000_000_000, // int 6.674_083e-11, // float 299_792_458, // decimal 0xCAFE_F00D, // hexadecimal 0b0101_1111, // binary 0137_041 // octal ]; var_dump($arr);
You have javascript disabled. You will not be able to edit any code.