3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i=2; if($i%2==0) { echo $i.", 2'ye kalansız bölünür."; } else echo $i.", 2'ye kalansız bölünmez."; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 7
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VaGZ9
function name:  (null)
number of ops:  10
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 2
    3     1        MOD                                              ~2      !0, 2
          2        IS_EQUAL                                                 ~2, 0
          3      > JMPZ                                                     ~3, ->7
    5     4    >   CONCAT                                           ~4      !0, '%2C+2%27ye+kalans%C4%B1z+b%C3%B6l%C3%BCn%C3%BCr.'
          5        ECHO                                                     ~4
          6      > JMP                                                      ->9
    8     7    >   CONCAT                                           ~5      !0, '%2C+2%27ye+kalans%C4%B1z+b%C3%B6l%C3%BCnmez.'
          8        ECHO                                                     ~5
    9     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.02 ms | 1392 KiB | 13 Q