3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.31 ms | 1394 KiB | 19 Q