3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Create an empty file touch('empty.txt'); while (true) { include('empty.txt'); //echo memory_get_usage() . "\n"; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 6, Position 2 = 4
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 6, Position 2 = 4
Branch analysis from position: 6
Branch analysis from position: 4
filename:       /in/SgXMV
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'touch'
          1        SEND_VAL                                                 'empty.txt'
          2        DO_ICALL                                                 
    6     3      > JMP                                                      ->5
    8     4    >   INCLUDE_OR_EVAL                                          'empty.txt', INCLUDE
    6     5    > > JMPNZ                                                    <true>, ->4
   12     6    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.25 ms | 1394 KiB | 15 Q