3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 1; 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/VCV6j
function name:  (null)
number of ops:  11
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1
    3     1        BEGIN_SILENCE                                    ~2      
          2        MOD                                              ~3      !0, 3
          3        FETCH_DIM_R                                      ~4      <array>, ~3
          4        END_SILENCE                                              ~2
          5        MOD                                              ~5      !0, 5
          6        FETCH_DIM_R                                      ~6      <array>, ~5
          7        CONCAT                                           ~7      ~4, ~6
          8        CONCAT                                           ~8      ~7, '%0A'
          9        ECHO                                                     ~8
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.75 ms | 1384 KiB | 13 Q