3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.17 ms | 1384 KiB | 13 Q