3v4l.org

run code in 300+ PHP versions simultaneously
<?php ECHO 'http://'.$_SERVER['HTTP_HOST'].':'.$_SERVER["SERVER_PORT"]."/LttService/getdata/getdata.json"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fUb5L
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_R                      global              ~0      '_SERVER'
          1        FETCH_DIM_R                                      ~1      ~0, 'HTTP_HOST'
          2        CONCAT                                           ~2      'http%3A%2F%2F', ~1
          3        CONCAT                                           ~3      ~2, '%3A'
          4        FETCH_R                      global              ~4      '_SERVER'
          5        FETCH_DIM_R                                      ~5      ~4, 'SERVER_PORT'
          6        CONCAT                                           ~6      ~3, ~5
          7        CONCAT                                           ~7      ~6, '%2FLttService%2Fgetdata%2Fgetdata.json'
          8        ECHO                                                     ~7
    3     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.25 ms | 1393 KiB | 13 Q