3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo file_get_contents('http://www.youtube.com/'); $connect = @fopen('http://www.youtube.com/'); var_export($connect);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GAT47
function name:  (null)
number of ops:  14
compiled vars:  !0 = $connect
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fwww.youtube.com%2F'
          2        DO_ICALL                                         $1      
          3        ECHO                                                     $1
    5     4        BEGIN_SILENCE                                    ~2      
          5        INIT_FCALL                                               'fopen'
          6        SEND_VAL                                                 'http%3A%2F%2Fwww.youtube.com%2F'
          7        DO_ICALL                                         $3      
          8        END_SILENCE                                              ~2
          9        ASSIGN                                                   !0, $3
    7    10        INIT_FCALL                                               'var_export'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.41 ms | 1394 KiB | 19 Q