3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = 'hJHfxu8LHDenWJKgVBPMn2msmOH2eJP+6mXdDXgzYFs='; function decrypt($text) { return trim(mcrypt_decrypt(MCRYPT_RIJNDAEL_256, base64_decode($text), MCRYPT_RAND)); } var_dump(decrypt($text)); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CbWZf
function name:  (null)
number of ops:  8
compiled vars:  !0 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'hJHfxu8LHDenWJKgVBPMn2msmOH2eJP%2B6mXdDXgzYFs%3D'
    6     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'decrypt'
          3        SEND_VAR                                                 !0
          4        DO_FCALL                                      0  $2      
          5        SEND_VAR                                                 $2
          6        DO_ICALL                                                 
    7     7      > RETURN                                                   1

Function decrypt:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CbWZf
function name:  decrypt
number of ops:  16
compiled vars:  !0 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    4     1        INIT_FCALL                                               'trim'
          2        INIT_FCALL_BY_NAME                                       'mcrypt_decrypt'
          3        FETCH_CONSTANT                                   ~1      'MCRYPT_RIJNDAEL_256'
          4        SEND_VAL_EX                                              ~1
          5        INIT_FCALL                                               'base64_decode'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $2      
          8        SEND_VAR_NO_REF_EX                                       $2
          9        FETCH_CONSTANT                                   ~3      'MCRYPT_RAND'
         10        SEND_VAL_EX                                              ~3
         11        DO_FCALL                                      0  $4      
         12        SEND_VAR                                                 $4
         13        DO_ICALL                                         $5      
         14      > RETURN                                                   $5
    5    15*     > RETURN                                                   null

End of function decrypt

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.04 ms | 1402 KiB | 20 Q