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 "<ul> <li>$array[2]</li> <li>$array[5]</li> <li>$array[8]</li> </ul>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/P06uk
function name:  (null)
number of ops:  13
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   14     1        ROPE_INIT                                     7  ~6      '%3Cul%3E%0A%09+%3Cli%3E'
   15     2        FETCH_DIM_R                                      ~2      !0, 2
          3        ROPE_ADD                                      1  ~6      ~6, ~2
          4        ROPE_ADD                                      2  ~6      ~6, '%3C%2Fli%3E%0A%09+%3Cli%3E'
   16     5        FETCH_DIM_R                                      ~3      !0, 5
          6        ROPE_ADD                                      3  ~6      ~6, ~3
          7        ROPE_ADD                                      4  ~6      ~6, '%3C%2Fli%3E%0A%09+%3Cli%3E'
   17     8        FETCH_DIM_R                                      ~4      !0, 8
          9        ROPE_ADD                                      5  ~6      ~6, ~4
         10        ROPE_END                                      6  ~5      ~6, '%3C%2Fli%3E%0A%09+%3C%2Ful%3E'
         11        ECHO                                                     ~5
   18    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.18 ms | 1384 KiB | 13 Q