3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.45 ms | 1385 KiB | 15 Q