3v4l.org

run code in 300+ PHP versions simultaneously
<?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].' house, the leaden sky. The new president and his first lady. - Richard M. Nixon"';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RH2VI
function name:  (null)
number of ops:  12
compiled vars:  !0 = $color
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        FETCH_DIM_R                                      ~2      !0, 2
          2        CONCAT                                           ~3      '%22The+memory+of+that+scene+for+me+is+like+a+frame+of+film+forever+frozen+at+that+moment%3A+the+', ~2
          3        CONCAT                                           ~4      ~3, '+carpet%2C+the+'
          4        FETCH_DIM_R                                      ~5      !0, 1
          5        CONCAT                                           ~6      ~4, ~5
          6        CONCAT                                           ~7      ~6, '+lawn%2C+the+'
          7        FETCH_DIM_R                                      ~8      !0, 0
          8        CONCAT                                           ~9      ~7, ~8
          9        CONCAT                                           ~10     ~9, '+house%2C+the+leaden+sky.+The+new+president+and+his+first+lady.+-+Richard+M.+Nixon%22'
         10        ECHO                                                     ~10
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.62 ms | 1393 KiB | 13 Q