3v4l.org

run code in 300+ PHP versions simultaneously
<?php $plik = file('http://elitehackers.pl/ComVS/bot/linki.txt'); unset($plik[3]); // nr linu do skasowania $f = fopen('http://elitehackers.pl/ComVS/bot/linki.txt', 'w'); foreach($plik as $linia){ fputs($f, $linia); } fclose($f); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 11, Position 2 = 17
Branch analysis from position: 11
2 jumps found. (Code = 78) Position 1 = 12, Position 2 = 17
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/kd2ol
function name:  (null)
number of ops:  22
compiled vars:  !0 = $plik, !1 = $f, !2 = $linia
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'file'
          1        SEND_VAL                                                 'http%3A%2F%2Felitehackers.pl%2FComVS%2Fbot%2Flinki.txt'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    3     4        UNSET_DIM                                                !0, 3
    4     5        INIT_FCALL                                               'fopen'
          6        SEND_VAL                                                 'http%3A%2F%2Felitehackers.pl%2FComVS%2Fbot%2Flinki.txt'
          7        SEND_VAL                                                 'w'
          8        DO_ICALL                                         $5      
          9        ASSIGN                                                   !1, $5
    5    10      > FE_RESET_R                                       $7      !0, ->17
         11    > > FE_FETCH_R                                               $7, !2, ->17
    6    12    >   INIT_FCALL                                               'fputs'
         13        SEND_VAR                                                 !1
         14        SEND_VAR                                                 !2
         15        DO_ICALL                                                 
    5    16      > JMP                                                      ->11
         17    >   FE_FREE                                                  $7
    8    18        INIT_FCALL                                               'fclose'
         19        SEND_VAR                                                 !1
         20        DO_ICALL                                                 
   12    21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.81 ms | 1387 KiB | 21 Q