3v4l.org

run code in 300+ PHP versions simultaneously
<?php $header = "GET /plugins/content/link.php?srv=185948a42de9e26 HTTP/1.1\r\n"; $header .= "Host: www.schniddemaenn.de\r\n"; $header .= "Connection: Close\r\n\r\n"; $f = fsockopen("www.schniddemaenn.de", 80); if($f){ fwrite($f, $header); } echo fread($f, 1024); fclose($f);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 13
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/m7air
function name:  (null)
number of ops:  22
compiled vars:  !0 = $header, !1 = $f
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'GET+%2Fplugins%2Fcontent%2Flink.php%3Fsrv%3D185948a42de9e26+HTTP%2F1.1%0D%0A'
    3     1        ASSIGN_OP                                     8          !0, 'Host%3A+www.schniddemaenn.de%0D%0A'
    4     2        ASSIGN_OP                                     8          !0, 'Connection%3A+Close%0D%0A%0D%0A'
    5     3        INIT_FCALL                                               'fsockopen'
          4        SEND_VAL                                                 'www.schniddemaenn.de'
          5        SEND_VAL                                                 80
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !1, $5
    6     8      > JMPZ                                                     !1, ->13
    7     9    >   INIT_FCALL                                               'fwrite'
         10        SEND_VAR                                                 !1
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
    9    13    >   INIT_FCALL                                               'fread'
         14        SEND_VAR                                                 !1
         15        SEND_VAL                                                 1024
         16        DO_ICALL                                         $8      
         17        ECHO                                                     $8
   10    18        INIT_FCALL                                               'fclose'
         19        SEND_VAR                                                 !1
         20        DO_ICALL                                                 
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.98 ms | 1395 KiB | 21 Q