3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.59 ms | 1383 KiB | 13 Q