3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = false; $b = ''; $c = 0; $d = array(); $a['x']; $b['x']; $c['x']; $d['x'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8GNfY
function name:  (null)
number of ops:  13
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <false>
    3     1        ASSIGN                                                   !1, ''
    4     2        ASSIGN                                                   !2, 0
    5     3        ASSIGN                                                   !3, <array>
    7     4        FETCH_DIM_R                                      ~8      !0, 'x'
          5        FREE                                                     ~8
    8     6        FETCH_DIM_R                                      ~9      !1, 'x'
          7        FREE                                                     ~9
    9     8        FETCH_DIM_R                                      ~10     !2, 'x'
          9        FREE                                                     ~10
   10    10        FETCH_DIM_R                                      ~11     !3, 'x'
         11        FREE                                                     ~11
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.78 ms | 1393 KiB | 13 Q