3v4l.org

run code in 300+ PHP versions simultaneously
<?php $teller = 0; $teller++; $teller++; if($teller == 2) { $doeditdan = $teller + 5; } echo $doeditdan;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename:       /in/DMoUi
function name:  (null)
number of ops:  9
compiled vars:  !0 = $teller, !1 = $doeditdan
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
    3     1        PRE_INC                                                  !0
    4     2        PRE_INC                                                  !0
    6     3        IS_EQUAL                                                 !0, 2
          4      > JMPZ                                                     ~5, ->7
    7     5    >   ADD                                              ~6      !0, 5
          6        ASSIGN                                                   !1, ~6
   10     7    >   ECHO                                                     !1
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.74 ms | 984 KiB | 13 Q