3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.88 ms | 1392 KiB | 13 Q