3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 42; $b = null; $c = true; // no Notices var_dump($a[37], $b[37], $c[37]); // test, if we see a notices at all $x = array(); var_dump($x[37]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/almtr
function name:  (null)
number of ops:  17
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 42
    4     1        ASSIGN                                                   !1, null
    5     2        ASSIGN                                                   !2, <true>
    8     3        INIT_FCALL                                               'var_dump'
          4        FETCH_DIM_R                                      ~7      !0, 37
          5        SEND_VAL                                                 ~7
          6        FETCH_DIM_R                                      ~8      !1, 37
          7        SEND_VAL                                                 ~8
          8        FETCH_DIM_R                                      ~9      !2, 37
          9        SEND_VAL                                                 ~9
         10        DO_ICALL                                                 
   11    11        ASSIGN                                                   !3, <array>
   12    12        INIT_FCALL                                               'var_dump'
         13        FETCH_DIM_R                                      ~12     !3, 37
         14        SEND_VAL                                                 ~12
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.65 ms | 1394 KiB | 15 Q