3v4l.org

run code in 300+ PHP versions simultaneously
<?php $warning = ["full_name" => 'a', "timestamp" => 'b']; echo "• {$warning["full_name"]} @ {$warning["timestamp"]}";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gC2f9
function name:  (null)
number of ops:  9
compiled vars:  !0 = $warning
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    4     1        ROPE_INIT                                     4  ~5      '%E2%80%A2+'
          2        FETCH_DIM_R                                      ~2      !0, 'full_name'
          3        ROPE_ADD                                      1  ~5      ~5, ~2
          4        ROPE_ADD                                      2  ~5      ~5, '+%40+'
          5        FETCH_DIM_R                                      ~3      !0, 'timestamp'
          6        ROPE_END                                      3  ~4      ~5, ~3
          7        ECHO                                                     ~4
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.07 ms | 1384 KiB | 13 Q