3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 1000; while ($i--) { $foo = @($_GET['foo']['bar']); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 2
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 2
Branch analysis from position: 10
Branch analysis from position: 2
filename:       /in/Xj0R0
function name:  (null)
number of ops:  11
compiled vars:  !0 = $i, !1 = $foo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1000
    4     1      > JMP                                                      ->8
    5     2    >   BEGIN_SILENCE                                    ~3      
          3        FETCH_R                      global              ~4      '_GET'
          4        FETCH_DIM_R                                      ~5      ~4, 'foo'
          5        FETCH_DIM_R                                      ~6      ~5, 'bar'
          6        END_SILENCE                                              ~3
          7        ASSIGN                                                   !1, ~6
    4     8    >   POST_DEC                                         ~8      !0
          9      > JMPNZ                                                    ~8, ->2
    6    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.44 ms | 1393 KiB | 13 Q