3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('display_errors', '1'); error_reporting(-1); $i++; // correctly shows notice echo "\n\n"; $x = &$foo->bar['bazz']['yadda']; // no notices $x[] = 123; var_export($foo); // but it exists! all of it! ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/k3P8u
function name:  (null)
number of ops:  19
compiled vars:  !0 = $i, !1 = $x, !2 = $foo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'display_errors'
          2        SEND_VAL                                                 '1'
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'error_reporting'
          5        SEND_VAL                                                 -1
          6        DO_ICALL                                                 
    5     7        PRE_INC                                                  !0
    6     8        ECHO                                                     '%0A%0A'
    8     9        FETCH_OBJ_W                                      $6      !2, 'bar'
         10        FETCH_DIM_W                                      $7      $6, 'bazz'
         11        FETCH_DIM_W                                      $8      $7, 'yadda'
         12        ASSIGN_REF                                               !1, $8
    9    13        ASSIGN_DIM                                               !1
         14        OP_DATA                                                  123
   10    15        INIT_FCALL                                               'var_export'
         16        SEND_VAR                                                 !2
         17        DO_ICALL                                                 
   11    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.71 ms | 1394 KiB | 19 Q