3v4l.org

run code in 300+ PHP versions simultaneously
<?php $person = array( 'name' => "Yolanda", 'age' => 31 ); echo "My name is {$person[name]} and I am {$person[age]}"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/L5Egd
function name:  (null)
number of ops:  11
compiled vars:  !0 = $person
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    6     1        ROPE_INIT                                     4  ~7      'My+name+is+'
          2        FETCH_CONSTANT                                   ~2      'name'
          3        FETCH_DIM_R                                      ~3      !0, ~2
          4        ROPE_ADD                                      1  ~7      ~7, ~3
          5        ROPE_ADD                                      2  ~7      ~7, '+and+I+am+'
          6        FETCH_CONSTANT                                   ~4      'age'
          7        FETCH_DIM_R                                      ~5      !0, ~4
          8        ROPE_END                                      3  ~6      ~7, ~5
          9        ECHO                                                     ~6
    7    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.78 ms | 1384 KiB | 13 Q