3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.7 ms | 1393 KiB | 13 Q