3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.43 ms | 1394 KiB | 15 Q