3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $_SERVER['SERVER_ADDR']; $url = "http://www.microsoft.com/"; $res = file_get_contents($url);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RaMlV
function name:  (null)
number of ops:  9
compiled vars:  !0 = $url, !1 = $res
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_R                      global              ~2      '_SERVER'
          1        FETCH_DIM_R                                      ~3      ~2, 'SERVER_ADDR'
          2        ECHO                                                     ~3
    4     3        ASSIGN                                                   !0, 'http%3A%2F%2Fwww.microsoft.com%2F'
    5     4        INIT_FCALL                                               'file_get_contents'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !1, $5
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.08 ms | 1394 KiB | 15 Q