3v4l.org

run code in 300+ PHP versions simultaneously
<?php $key = md5('mediterraneo', true); $hash = mcrypt_encrypt(MCRYPT_BLOWFISH, $key, '170615232655', 'ecb'); $hash = bin2hex($hash);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RjMsv
function name:  (null)
number of ops:  18
compiled vars:  !0 = $key, !1 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'md5'
          1        SEND_VAL                                                 'mediterraneo'
          2        SEND_VAL                                                 <true>
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    4     5        INIT_FCALL_BY_NAME                                       'mcrypt_encrypt'
          6        FETCH_CONSTANT                                   ~4      'MCRYPT_BLOWFISH'
          7        SEND_VAL_EX                                              ~4
          8        SEND_VAR_EX                                              !0
          9        SEND_VAL_EX                                              '170615232655'
         10        SEND_VAL_EX                                              'ecb'
         11        DO_FCALL                                      0  $5      
         12        ASSIGN                                                   !1, $5
    5    13        INIT_FCALL                                               'bin2hex'
         14        SEND_VAR                                                 !1
         15        DO_ICALL                                         $7      
         16        ASSIGN                                                   !1, $7
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.57 ms | 1394 KiB | 17 Q