3v4l.org

run code in 300+ PHP versions simultaneously
<?php $crypted = mcrypt_encrypt(MCRYPT_3DES, '123176411231231412312314', 'kaszanka', MCRYPT_MODE_CBC, '11223344'); var_dump($crypted);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ftqGl
function name:  (null)
number of ops:  14
compiled vars:  !0 = $crypted
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'mcrypt_encrypt'
          1        FETCH_CONSTANT                                   ~1      'MCRYPT_3DES'
          2        SEND_VAL_EX                                              ~1
          3        SEND_VAL_EX                                              '123176411231231412312314'
          4        SEND_VAL_EX                                              'kaszanka'
          5        FETCH_CONSTANT                                   ~2      'MCRYPT_MODE_CBC'
          6        SEND_VAL_EX                                              ~2
          7        SEND_VAL_EX                                              '11223344'
          8        DO_FCALL                                      0  $3      
          9        ASSIGN                                                   !0, $3
    5    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
188.16 ms | 1394 KiB | 15 Q