3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$data = pack('L3c', 9234567890, 9234567890, 9234567890, 1); $data = pack('L3c', 1, 1, 1, 1); $data = bin2hex($data); $data = base_convert($data, 16, 36); var_dump($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/g0bjE
function name:  (null)
number of ops:  22
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'pack'
          1        SEND_VAL                                                 'L3c'
          2        SEND_VAL                                                 1
          3        SEND_VAL                                                 1
          4        SEND_VAL                                                 1
          5        SEND_VAL                                                 1
          6        DO_ICALL                                         $1      
          7        ASSIGN                                                   !0, $1
    6     8        INIT_FCALL                                               'bin2hex'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $3      
         11        ASSIGN                                                   !0, $3
    7    12        INIT_FCALL                                               'base_convert'
         13        SEND_VAR                                                 !0
         14        SEND_VAL                                                 16
         15        SEND_VAL                                                 36
         16        DO_ICALL                                         $5      
         17        ASSIGN                                                   !0, $5
    9    18        INIT_FCALL                                               'var_dump'
         19        SEND_VAR                                                 !0
         20        DO_ICALL                                                 
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.27 ms | 1386 KiB | 21 Q