3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.96 ms | 1393 KiB | 13 Q