3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(isset($_GET['phonenumber'])) { $url = "http://reklamation.fk.dk/fk_reklamation/DataServlet?do=tlflookup&firmanr=7&lang=da&telefonnr={$_GET['phonenumber']}"; echo file_get_contents($url); } ?> <form method="get"> <input type="text" name="phonenumber"> <input type="submit"> </form>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 12
Branch analysis from position: 3
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/bvvvu
function name:  (null)
number of ops:  14
compiled vars:  !0 = $url
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_IS                                         ~1      '_GET'
          1        ISSET_ISEMPTY_DIM_OBJ                         0          ~1, 'phonenumber'
          2      > JMPZ                                                     ~2, ->12
    3     3    >   NOP                                                      
          4        FETCH_R                      global              ~3      '_GET'
          5        FETCH_DIM_R                                      ~4      ~3, 'phonenumber'
          6        FAST_CONCAT                                      ~5      'http%3A%2F%2Freklamation.fk.dk%2Ffk_reklamation%2FDataServlet%3Fdo%3Dtlflookup%26firmanr%3D7%26lang%3Dda%26telefonnr%3D', ~4
          7        ASSIGN                                                   !0, ~5
    4     8        INIT_FCALL                                               'file_get_contents'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $7      
         11        ECHO                                                     $7
    8    12    >   ECHO                                                     '%0A%3Cform+method%3D%22get%22%3E%0A++++%3Cinput+type%3D%22text%22+name%3D%22phonenumber%22%3E%0A++++%3Cinput+type%3D%22submit%22%3E%0A%3C%2Fform%3E'
   12    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.96 ms | 1394 KiB | 15 Q