3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array1 = array("owner_name"=>array("Andrew Alletson","Barry John Harkins"), "owner_email"=>array("andrew.alletson@openreach.co.uk","barry.harkins@openreach.co.uk")); echo("Sending email to ".array1['owner_name']." on ".array1['owner_email']."\n"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VEDjA
function name:  (null)
number of ops:  11
compiled vars:  !0 = $array1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ASSIGN                                                   !0, <array>
    4     1        FETCH_CONSTANT                                   ~2      'array1'
          2        FETCH_DIM_R                                      ~3      ~2, 'owner_name'
          3        CONCAT                                           ~4      'Sending+email+to+', ~3
          4        CONCAT                                           ~5      ~4, '+on+'
          5        FETCH_CONSTANT                                   ~6      'array1'
          6        FETCH_DIM_R                                      ~7      ~6, 'owner_email'
          7        CONCAT                                           ~8      ~5, ~7
          8        CONCAT                                           ~9      ~8, '%0A'
          9        ECHO                                                     ~9
    7    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.6 ms | 1393 KiB | 13 Q