3v4l.org

run code in 300+ PHP versions simultaneously
<?php $row = array(1, 2, 3, 4); echo " <h2>question</h2> <p>".('A' - 1 + $row[0])."</p> <h2>answer</h2> <p>".('A' - 1 + $row[1])."</p>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4f4Ra
function name:  (null)
number of ops:  13
compiled vars:  !0 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    6     1        SUB                                              ~2      'A', 1
          2        FETCH_DIM_R                                      ~3      !0, 0
          3        ADD                                              ~4      ~2, ~3
          4        CONCAT                                           ~5      '%0A%3Ch2%3Equestion%3C%2Fh2%3E%0A%3Cp%3E', ~4
          5        CONCAT                                           ~6      ~5, '%3C%2Fp%3E%0A%3Ch2%3Eanswer%3C%2Fh2%3E%0A%3Cp%3E'
    8     6        SUB                                              ~7      'A', 1
          7        FETCH_DIM_R                                      ~8      !0, 1
          8        ADD                                              ~9      ~7, ~8
          9        CONCAT                                           ~10     ~6, ~9
         10        CONCAT                                           ~11     ~10, '%3C%2Fp%3E'
         11        ECHO                                                     ~11
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.66 ms | 1397 KiB | 13 Q