3v4l.org

run code in 300+ PHP versions simultaneously
<?php function dwelldecrypt($text) { $key="\x85\xAA\x25\xF8\xCD\xAE\x0E\x79\x57\x07\x8F\x17\x86\xD2\x91\x7E\xCF\x79\x28\x4E\xB1\xD4\xFC\x0D\xE6\xEB\x1D\x62\x39\x88\x58\x3A"; $iv="\x72\x61\x0a\x9a\x7e\xe5\xa0\xb7\x98\x3d\x28\x9b\xe7\x2f\x88\xce\x14\x06\x2b\x5a\x46\x87\xf6\xc4\x26\xfc\x54\x16\xda\x2e\x2b\xd7"; return trim(mcrypt_decrypt(MCRYPT_RIJNDAEL_256, $key, base64_decode($text), MCRYPT_MODE_CBC,$iv)); } echo dwelldecrypt(base64_decode("3bqgL2TORbULhAB3NrmoFu2oI3TT+OtEJDO/W4AQJqU="));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LqGCH
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                               'dwelldecrypt'
          1        INIT_FCALL                                               'base64_decode'
          2        SEND_VAL                                                 '3bqgL2TORbULhAB3NrmoFu2oI3TT%2BOtEJDO%2FW4AQJqU%3D'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_FCALL                                      0  $1      
          6        ECHO                                                     $1
          7      > RETURN                                                   1

Function dwelldecrypt:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LqGCH
function name:  dwelldecrypt
number of ops:  20
compiled vars:  !0 = $text, !1 = $key, !2 = $iv
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    4     1        ASSIGN                                                   !1, '%85%AA%25%F8%CD%AE%0EyW%07%8F%17%86%D2%91%7E%CFy%28N%B1%D4%FC%0D%E6%EB%1Db9%88X%3A'
    5     2        ASSIGN                                                   !2, 'ra%0A%9A%7E%E5%A0%B7%98%3D%28%9B%E7%2F%88%CE%14%06%2BZF%87%F6%C4%26%FCT%16%DA.%2B%D7'
    6     3        INIT_FCALL                                               'trim'
          4        INIT_FCALL_BY_NAME                                       'mcrypt_decrypt'
          5        FETCH_CONSTANT                                   ~5      'MCRYPT_RIJNDAEL_256'
          6        SEND_VAL_EX                                              ~5
          7        SEND_VAR_EX                                              !1
          8        INIT_FCALL                                               'base64_decode'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $6      
         11        SEND_VAR_NO_REF_EX                                       $6
         12        FETCH_CONSTANT                                   ~7      'MCRYPT_MODE_CBC'
         13        SEND_VAL_EX                                              ~7
         14        SEND_VAR_EX                                              !2
         15        DO_FCALL                                      0  $8      
         16        SEND_VAR                                                 $8
         17        DO_ICALL                                         $9      
         18      > RETURN                                                   $9
    7    19*     > RETURN                                                   null

End of function dwelldecrypt

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.71 ms | 1390 KiB | 18 Q