3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.63 ms | 1394 KiB | 15 Q