3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(0); require_once("flag.php"); global $_SERVER; $REMOTE_ADDR = $_SERVER; $ret = md5($REMOTE_ADDR); global $_GET; $_GET = $ret; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7WifU
function name:  (null)
number of ops:  19
compiled vars:  !0 = $REMOTE_ADDR, !1 = $ret
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 0
          2        DO_ICALL                                                 
    3     3        INCLUDE_OR_EVAL                                          'flag.php', REQUIRE_ONCE
    4     4        FETCH_W                      global lock         $4      '_SERVER'
          5        FETCH_W                      global              $5      '_SERVER'
          6        ASSIGN_REF                                               $5, $4
    6     7        FETCH_R                      global              ~6      '_SERVER'
          8        ASSIGN                                                   !0, ~6
    7     9        INIT_FCALL                                               'md5'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $8      
         12        ASSIGN                                                   !1, $8
    9    13        FETCH_W                      global lock         $10     '_GET'
         14        FETCH_W                      global              $11     '_GET'
         15        ASSIGN_REF                                               $11, $10
   10    16        FETCH_W                      global              $12     '_GET'
         17        ASSIGN                                                   $12, !1
   11    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144 ms | 1394 KiB | 17 Q