3v4l.org

run code in 300+ PHP versions simultaneously
<?php $longs = array(1, 2, 3, 42, 9834672); $bin = call_user_func_array('pack', array('l*') + $longs); var_dump(unpack('l*', $bin));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/voWAF
function name:  (null)
number of ops:  15
compiled vars:  !0 = $longs, !1 = $bin
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        INIT_FCALL                                               'pack'
          2        ADD                                              ~3      <array>, !0
          3        SEND_ARRAY                                               ~3
          4        CHECK_UNDEF_ARGS                                         
          5        DO_FCALL                                      0  $4      
          6        ASSIGN                                                   !1, $4
    5     7        INIT_FCALL                                               'var_dump'
          8        INIT_FCALL                                               'unpack'
          9        SEND_VAL                                                 'l%2A'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $6      
         12        SEND_VAR                                                 $6
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.6 ms | 1394 KiB | 19 Q