3v4l.org

run code in 300+ PHP versions simultaneously
<?php $n = "afcdebhijklmnopqrstuvxyz"; var_dump( $n[true]."xa"[""+1].$n[true*10-1] );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oMP6N
function name:  (null)
number of ops:  11
compiled vars:  !0 = $n
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'afcdebhijklmnopqrstuvxyz'
    4     1        INIT_FCALL                                               'var_dump'
    5     2        FETCH_DIM_R                                      ~2      !0, <true>
          3        ADD                                              ~3      '', 1
          4        FETCH_DIM_R                                      ~4      'xa', ~3
          5        CONCAT                                           ~5      ~2, ~4
          6        FETCH_DIM_R                                      ~6      !0, 9
          7        CONCAT                                           ~7      ~5, ~6
          8        SEND_VAL                                                 ~7
          9        DO_ICALL                                                 
    6    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.8 ms | 1394 KiB | 15 Q