3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE> <html> <body> <?php $color = array('white', 'green', 'red', 'blue', 'black'); echo "The memory of that scene for me is like a frame of film forever frozen at that moment :the $color[2] carpet,the $color[1] lawn,the $color[0] the leaden sky! The new president and his first lady. - Richard M. Nixon"; ?> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/guMX7
function name:  (null)
number of ops:  15
compiled vars:  !0 = $color
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE%3E%0A%3Chtml%3E%0A++++%3Cbody%3E%0A++++++++'
    5     1        ASSIGN                                                   !0, <array>
    7     2        ROPE_INIT                                     7  ~6      'The+memory+of+that+scene+for+me+is+like+a+frame+of+film+forever+frozen+at+that+moment+%3Athe+'
          3        FETCH_DIM_R                                      ~2      !0, 2
          4        ROPE_ADD                                      1  ~6      ~6, ~2
          5        ROPE_ADD                                      2  ~6      ~6, '+carpet%2Cthe+'
          6        FETCH_DIM_R                                      ~3      !0, 1
          7        ROPE_ADD                                      3  ~6      ~6, ~3
          8        ROPE_ADD                                      4  ~6      ~6, '+lawn%2Cthe+'
          9        FETCH_DIM_R                                      ~4      !0, 0
         10        ROPE_ADD                                      5  ~6      ~6, ~4
         11        ROPE_END                                      6  ~5      ~6, '++the+leaden+sky%21+The+new+president+and+his+first+lady.+-+Richard+M.+Nixon'
         12        ECHO                                                     ~5
    9    13        ECHO                                                     '%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   10    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.29 ms | 1393 KiB | 13 Q