3v4l.org

run code in 300+ PHP versions simultaneously
<?php $key = "1234567890abcdef"; $plain = "query=&f=ROZWAL_{}"; $res = mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $key, $plain, "ecb"); $res = base64_encode($res); print $res;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KQYoc
function name:  (null)
number of ops:  16
compiled vars:  !0 = $key, !1 = $plain, !2 = $res
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '1234567890abcdef'
    3     1        ASSIGN                                                   !1, 'query%3D%26f%3DROZWAL_%7B%7D'
    4     2        INIT_FCALL_BY_NAME                                       'mcrypt_encrypt'
          3        FETCH_CONSTANT                                   ~5      'MCRYPT_RIJNDAEL_128'
          4        SEND_VAL_EX                                              ~5
          5        SEND_VAR_EX                                              !0
          6        SEND_VAR_EX                                              !1
          7        SEND_VAL_EX                                              'ecb'
          8        DO_FCALL                                      0  $6      
          9        ASSIGN                                                   !2, $6
    5    10        INIT_FCALL                                               'base64_encode'
         11        SEND_VAR                                                 !2
         12        DO_ICALL                                         $8      
         13        ASSIGN                                                   !2, $8
    6    14        ECHO                                                     !2
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.59 ms | 1394 KiB | 15 Q