3v4l.org

run code in 300+ PHP versions simultaneously
<? $encodedSecret = "3d3d516343746d4d6d6c315669563362"; $secret = "1"; /*echo bin2hex(strrev(base64_encode($secret))); */ $encodedSecret = "3d3d514d3d3d516343746d4d6d6c315669563362"; $encodedSecret = hex2bin($encodedSecret,16,2); $encodedSecret = strrev($encodedSecret); $encodedSecret = base64_decode($encodedSecret); echo $encodedSecret; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sgNLP
function name:  (null)
number of ops:  19
compiled vars:  !0 = $encodedSecret, !1 = $secret
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '3d3d516343746d4d6d6c315669563362'
    3     1        ASSIGN                                                   !1, '1'
    6     2        ASSIGN                                                   !0, '3d3d514d3d3d516343746d4d6d6c315669563362'
   10     3        INIT_FCALL                                               'hex2bin'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 16
          6        SEND_VAL                                                 2
          7        DO_ICALL                                         $5      
          8        ASSIGN                                                   !0, $5
   11     9        INIT_FCALL                                               'strrev'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $7      
         12        ASSIGN                                                   !0, $7
   12    13        INIT_FCALL                                               'base64_decode'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $9      
         16        ASSIGN                                                   !0, $9
   13    17        ECHO                                                     !0
   14    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.9 ms | 1398 KiB | 19 Q