3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sku = "EP0340W"; $sku[5] = null; $sku[6] = null; echo $sku;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eVCJP
function name:  (null)
number of ops:  7
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        ECHO                                                     !0
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.07 ms | 1392 KiB | 13 Q