3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo @["Fizz"][$i%3].["Buzz"][$i%5]."\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mmYW4
function name:  (null)
number of ops:  10
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   BEGIN_SILENCE                                    ~1      
          1        MOD                                              ~2      !0, 3
          2        FETCH_DIM_R                                      ~3      <array>, ~2
          3        END_SILENCE                                              ~1
          4        MOD                                              ~4      !0, 5
          5        FETCH_DIM_R                                      ~5      <array>, ~4
          6        CONCAT                                           ~6      ~3, ~5
          7        CONCAT                                           ~7      ~6, '%0A'
          8        ECHO                                                     ~7
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
125.68 ms | 1397 KiB | 13 Q