3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump($_SERVER); $f = fopen('http://213.180.204.3/','r') ; $data = $f.read(); var_dump($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hisRd
function name:  (null)
number of ops:  17
compiled vars:  !0 = $f, !1 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        FETCH_R                      global              ~2      '_SERVER'
          2        SEND_VAL                                                 ~2
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'fopen'
          5        SEND_VAL                                                 'http%3A%2F%2F213.180.204.3%2F'
          6        SEND_VAL                                                 'r'
          7        DO_ICALL                                         $4      
          8        ASSIGN                                                   !0, $4
    4     9        INIT_FCALL_BY_NAME                                       'read'
         10        DO_FCALL                                      0  $6      
         11        CONCAT                                           ~7      !0, $6
         12        ASSIGN                                                   !1, ~7
    5    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !1
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.42 ms | 1394 KiB | 17 Q