3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.77 ms | 1395 KiB | 17 Q