3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( "Titel 1", "Bericht 1", "Link 1", "Titel 2", "Bericht 2", "Link 2", "Titel 3", "Bericht 3", "Link 3", ); echo "{$array[2]}\n"; echo "{$array[5]}\n"; echo "{$array[8]}\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9oYFp
function name:  (null)
number of ops:  14
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   14     1        FETCH_DIM_R                                      ~2      !0, 2
          2        NOP                                                      
          3        FAST_CONCAT                                      ~3      ~2, '%0A'
          4        ECHO                                                     ~3
   15     5        FETCH_DIM_R                                      ~4      !0, 5
          6        NOP                                                      
          7        FAST_CONCAT                                      ~5      ~4, '%0A'
          8        ECHO                                                     ~5
   16     9        FETCH_DIM_R                                      ~6      !0, 8
         10        NOP                                                      
         11        FAST_CONCAT                                      ~7      ~6, '%0A'
         12        ECHO                                                     ~7
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.46 ms | 1392 KiB | 13 Q