3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_NOTICE); $foo = array('a'=>'first', 'b'=>'secound'); $bar = @$foo['c']; printf("Element: %s", $bar);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ipgCO
function name:  (null)
number of ops:  13
compiled vars:  !0 = $foo, !1 = $bar
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 8
          2        DO_ICALL                                                 
    3     3        ASSIGN                                                   !0, <array>
    5     4        BEGIN_SILENCE                                    ~4      
          5        FETCH_DIM_R                                      ~5      !0, 'c'
          6        END_SILENCE                                              ~4
          7        ASSIGN                                                   !1, ~5
    7     8        INIT_FCALL                                               'printf'
          9        SEND_VAL                                                 'Element%3A+%25s'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.68 ms | 1394 KiB | 17 Q