3v4l.org

run code in 300+ PHP versions simultaneously
<?php $row['name'] = 'Bob'; $row['contact'] = "bob@host.xyz"; echo "You can email {$row['name']} here: {$row['contact']}."; // Oops PHP doesn't like this....
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qmEkt
function name:  (null)
number of ops:  13
compiled vars:  !0 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 'name'
          1        OP_DATA                                                  'Bob'
    4     2        ASSIGN_DIM                                               !0, 'contact'
          3        OP_DATA                                                  'bob%40host.xyz'
    6     4        ROPE_INIT                                     5  ~6      'You+can+email+'
          5        FETCH_DIM_R                                      ~3      !0, 'name'
          6        ROPE_ADD                                      1  ~6      ~6, ~3
          7        ROPE_ADD                                      2  ~6      ~6, '+here%3A++'
          8        FETCH_DIM_R                                      ~4      !0, 'contact'
          9        ROPE_ADD                                      3  ~6      ~6, ~4
         10        ROPE_END                                      4  ~5      ~6, '.'
         11        ECHO                                                     ~5
    7    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
273.72 ms | 1006 KiB | 13 Q