3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dosya = 1; while(1){ $handle = fopen($dosya, 'w'); fclose($handle); $dosya++; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 2
Branch analysis from position: 12
Branch analysis from position: 2
filename:       /in/Nm7n7
function name:  (null)
number of ops:  13
compiled vars:  !0 = $dosya, !1 = $handle
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1
    3     1      > JMP                                                      ->11
    4     2    >   INIT_FCALL                                               'fopen'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 'w'
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !1, $3
    5     7        INIT_FCALL                                               'fclose'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
    6    10        PRE_INC                                                  !0
    3    11    > > JMPNZ                                                    1, ->2
    9    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.19 ms | 1394 KiB | 17 Q