3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = 100000000; $data = array( ($data >> 24) & 0xFF, ($data >> 16) & 0xFF, ($data >> 8) & 0xFF, $data & 0xFF ); print_r($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rfDcq
function name:  (null)
number of ops:  17
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 100000000
    6     1        SR                                               ~2      !0, 24
          2        BW_AND                                           ~3      ~2, 255
          3        INIT_ARRAY                                       ~4      ~3
    7     4        SR                                               ~5      !0, 16
          5        BW_AND                                           ~6      ~5, 255
          6        ADD_ARRAY_ELEMENT                                ~4      ~6
    8     7        SR                                               ~7      !0, 8
          8        BW_AND                                           ~8      ~7, 255
          9        ADD_ARRAY_ELEMENT                                ~4      ~8
    9    10        BW_AND                                           ~9      !0, 255
         11        ADD_ARRAY_ELEMENT                                ~4      ~9
    5    12        ASSIGN                                                   !0, ~4
   12    13        INIT_FCALL                                               'print_r'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.74 ms | 1394 KiB | 15 Q