3v4l.org

run code in 300+ PHP versions simultaneously
<? $_GET[id] = urldecode($_GET[id]); echo "<p>Access granted!</p>"; echo "<p>Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx </p>"; ?> <br><br> Can you authenticate to this website? <!-- source: index.phps -->
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tM4bb
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   FETCH_CONSTANT                                   ~1      'id'
          1        INIT_FCALL                                               'urldecode'
          2        FETCH_CONSTANT                                   ~4      'id'
          3        FETCH_R                      global              ~3      '_GET'
          4        FETCH_DIM_R                                      ~5      ~3, ~4
          5        SEND_VAL                                                 ~5
          6        DO_ICALL                                         $6      
          7        FETCH_W                      global              $0      '_GET'
          8        ASSIGN_DIM                                               $0, ~1
          9        OP_DATA                                                  $6
    7    10        ECHO                                                     '%3Cp%3EAccess+granted%21%3C%2Fp%3E'
    8    11        ECHO                                                     '%3Cp%3EKey%3A+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx+%3C%2Fp%3E'
   11    12        ECHO                                                     '%0A%0A%3Cbr%3E%3Cbr%3E%0ACan+you+authenticate+to+this+website%3F%0A%3C%21--+source%3A+index.phps+--%3E'
   15    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.14 ms | 1385 KiB | 15 Q