3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); // show all possible errors $arr = null; $arr['i'] = $arr['i'] + 1; // No error var_dump($arr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cM8YN
function name:  (null)
number of ops:  12
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 -1
          2        DO_ICALL                                                 
    6     3        ASSIGN                                                   !0, null
    7     4        FETCH_DIM_R                                      ~4      !0, 'i'
          5        ADD                                              ~5      ~4, 1
          6        ASSIGN_DIM                                               !0, 'i'
          7        OP_DATA                                                  ~5
    8     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.23 ms | 1394 KiB | 17 Q