3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); $arr = array( 'test' => 'Hello, ', 'foo' => 'world!' ); echo "$arr[test]$arr[foo]";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vgX6k
function name:  (null)
number of ops:  10
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    3     3        ASSIGN                                                   !0, <array>
    8     4        FETCH_DIM_R                                      ~3      !0, 'test'
          5        NOP                                                      
          6        FETCH_DIM_R                                      ~4      !0, 'foo'
          7        FAST_CONCAT                                      ~5      ~3, ~4
          8        ECHO                                                     ~5
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.72 ms | 1394 KiB | 15 Q