3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.77 ms | 1394 KiB | 19 Q