3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.74 ms | 1394 KiB | 15 Q