3v4l.org

run code in 300+ PHP versions simultaneously
<?php $aContext = array( 'http' => array( 'proxy' => '109.127.89.2:8080', 'request_fulluri' => true, ), ); $cxContext = stream_context_create($aContext); $sFile = file_get_contents("http://ip.jsontest.com/", False, $cxContext); echo $sFile;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GPrEp
function name:  (null)
number of ops:  13
compiled vars:  !0 = $aContext, !1 = $cxContext, !2 = $sFile
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    9     1        INIT_FCALL                                               'stream_context_create'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
   11     5        INIT_FCALL                                               'file_get_contents'
          6        SEND_VAL                                                 'http%3A%2F%2Fip.jsontest.com%2F'
          7        SEND_VAL                                                 <false>
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $6      
         10        ASSIGN                                                   !2, $6
   13    11        ECHO                                                     !2
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.37 ms | 1394 KiB | 17 Q