3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.61 ms | 1392 KiB | 13 Q