3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.15 ms | 1394 KiB | 17 Q