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[3]."carpet, the ".$color[2]." lawn, the ".$color[1]." 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/RQuLW
function name:  (null)
number of ops:  12
compiled vars:  !0 = $color
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        FETCH_DIM_R                                      ~2      !0, 3
          2        CONCAT                                           ~3      'The+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, 2
          5        CONCAT                                           ~6      ~4, ~5
          6        CONCAT                                           ~7      ~6, '+lawn%2C+the+'
          7        FETCH_DIM_R                                      ~8      !0, 1
          8        CONCAT                                           ~9      ~7, ~8
          9        CONCAT                                           ~10     ~9, '+house%2C+the+leaden+sky.+The+new+president+and+his+first+lady.+-+Richard+M.+Nixon'
         10        ECHO                                                     ~10
    4    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.67 ms | 1392 KiB | 13 Q