3v4l.org

run code in 300+ PHP versions simultaneously
<?php $context = stream_context_create( array('http' => array( 'follow_location' => false // don't follow redirects )) ); readfile("http://dwz.cn/jr", false, $context);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sBNKt
function name:  (null)
number of ops:  10
compiled vars:  !0 = $context
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'stream_context_create'
    4     1        SEND_VAL                                                 <array>
          2        DO_ICALL                                         $1      
    2     3        ASSIGN                                                   !0, $1
    7     4        INIT_FCALL                                               'readfile'
          5        SEND_VAL                                                 'http%3A%2F%2Fdwz.cn%2Fjr'
          6        SEND_VAL                                                 <false>
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.62 ms | 1394 KiB | 17 Q