3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( bin2hex(pack("LLZ*", 12345, 67890, "bark bark I am a chicken")), unpack("Lone/Ltwo/Z*three", hex2bin("39300000320901006261726b206261726b204920616d206120636869636b656e00")) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/p5MGb
function name:  (null)
number of ops:  21
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
    4     1        INIT_FCALL                                               'bin2hex'
          2        INIT_FCALL                                               'pack'
          3        SEND_VAL                                                 'LLZ%2A'
          4        SEND_VAL                                                 12345
          5        SEND_VAL                                                 67890
          6        SEND_VAL                                                 'bark+bark+I+am+a+chicken'
          7        DO_ICALL                                         $0      
          8        SEND_VAR                                                 $0
          9        DO_ICALL                                         $1      
         10        SEND_VAR                                                 $1
    5    11        INIT_FCALL                                               'unpack'
         12        SEND_VAL                                                 'Lone%2FLtwo%2FZ%2Athree'
         13        INIT_FCALL                                               'hex2bin'
         14        SEND_VAL                                                 '39300000320901006261726b206261726b204920616d206120636869636b656e00'
         15        DO_ICALL                                         $2      
         16        SEND_VAR                                                 $2
         17        DO_ICALL                                         $3      
         18        SEND_VAR                                                 $3
         19        DO_ICALL                                                 
    6    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.01 ms | 1395 KiB | 23 Q