3v4l.org

run code in 300+ PHP versions simultaneously
<?php if( ! function_exists('mcrypt_module_open')) echo 'no mcrypt defined'; $td = mcrypt_module_open(MCRYPT_RIJNDAEL_256, '', 'ecb', ''); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 6
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
filename:       /in/mlNpO
function name:  (null)
number of ops:  15
compiled vars:  !0 = $td
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'function_exists'
          1        SEND_VAL                                                 'mcrypt_module_open'
          2        DO_ICALL                                         $1      
          3        BOOL_NOT                                         ~2      $1
          4      > JMPZ                                                     ~2, ->6
    3     5    >   ECHO                                                     'no+mcrypt+defined'
    4     6    >   INIT_FCALL_BY_NAME                                       'mcrypt_module_open'
          7        FETCH_CONSTANT                                   ~3      'MCRYPT_RIJNDAEL_256'
          8        SEND_VAL_EX                                              ~3
          9        SEND_VAL_EX                                              ''
         10        SEND_VAL_EX                                              'ecb'
         11        SEND_VAL_EX                                              ''
         12        DO_FCALL                                      0  $4      
         13        ASSIGN                                                   !0, $4
    5    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.6 ms | 1394 KiB | 15 Q