3v4l.org

run code in 300+ PHP versions simultaneously
<?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);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ailIA
function name:  (null)
number of ops:  5
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   12     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
          4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.85 ms | 1003 KiB | 14 Q