3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array('Test' => 'firstUP', 'test' => 'allNORMAL', 'TEST' => 'allUP'); print $arr['test'] . '; ' . $arr['Test'] . '; ' . $arr['TEST'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BdcBK
function name:  (null)
number of ops:  10
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        FETCH_DIM_R                                      ~2      !0, 'test'
          2        CONCAT                                           ~3      ~2, '%3B+'
          3        FETCH_DIM_R                                      ~4      !0, 'Test'
          4        CONCAT                                           ~5      ~3, ~4
          5        CONCAT                                           ~6      ~5, '%3B+'
          6        FETCH_DIM_R                                      ~7      !0, 'TEST'
          7        CONCAT                                           ~8      ~6, ~7
          8        ECHO                                                     ~8
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.22 ms | 1392 KiB | 13 Q