3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sku = "EP0340W"; $sku[5] = null; $sku[6] = null; echo $sku[5];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UCEWZ
function name:  (null)
number of ops:  8
compiled vars:  !0 = $sku
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'EP0340W'
    4     1        ASSIGN_DIM                                               !0, 5
          2        OP_DATA                                                  null
    5     3        ASSIGN_DIM                                               !0, 6
          4        OP_DATA                                                  null
    6     5        FETCH_DIM_R                                      ~4      !0, 5
          6        ECHO                                                     ~4
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.34 ms | 1392 KiB | 13 Q