3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting( 2147483647 ); $b = null; var_dump($b['foo1']); $b = "string"; var_dump($b['foo2']); $b = 345678; var_dump($b['foo3']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/b5uSW
function name:  (null)
number of ops:  19
compiled vars:  !0 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 2147483647
          2        DO_ICALL                                                 
    3     3        ASSIGN                                                   !0, null
    4     4        INIT_FCALL                                               'var_dump'
          5        FETCH_DIM_R                                      ~3      !0, 'foo1'
          6        SEND_VAL                                                 ~3
          7        DO_ICALL                                                 
    6     8        ASSIGN                                                   !0, 'string'
    7     9        INIT_FCALL                                               'var_dump'
         10        FETCH_DIM_R                                      ~6      !0, 'foo2'
         11        SEND_VAL                                                 ~6
         12        DO_ICALL                                                 
   10    13        ASSIGN                                                   !0, 345678
   11    14        INIT_FCALL                                               'var_dump'
         15        FETCH_DIM_R                                      ~9      !0, 'foo3'
         16        SEND_VAL                                                 ~9
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
199.53 ms | 1394 KiB | 17 Q