3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i=$i+1; $j = @ $i; $i = 12 ; $j = 20; echo $i,' ',$j;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IirHX
function name:  (null)
number of ops:  12
compiled vars:  !0 = $i, !1 = $j
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ADD                                              ~2      !0, 1
          1        ASSIGN                                                   !0, ~2
    4     2        BEGIN_SILENCE                                    ~4      
          3        FETCH_R                      local               ~5      'i'
          4        END_SILENCE                                              ~4
          5        ASSIGN                                                   !1, ~5
    5     6        ASSIGN                                                   !0, 12
    6     7        ASSIGN                                                   !1, 20
    7     8        ECHO                                                     !0
          9        ECHO                                                     '+'
         10        ECHO                                                     !1
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.81 ms | 1392 KiB | 13 Q