3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=500; $b="tl"; if($a>=500) { $kesinti=$a*0.9; $son=$a-$kesinti; echo $son." ".$b; } else echo "vergi kesintiniz yok" ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 12
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NCnbN
function name:  (null)
number of ops:  14
compiled vars:  !0 = $a, !1 = $b, !2 = $kesinti, !3 = $son
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 500
    3     1        ASSIGN                                                   !1, 'tl'
    4     2        IS_SMALLER_OR_EQUAL                                      500, !0
          3      > JMPZ                                                     ~6, ->12
    6     4    >   MUL                                              ~7      !0, 0.9
          5        ASSIGN                                                   !2, ~7
    7     6        SUB                                              ~9      !0, !2
          7        ASSIGN                                                   !3, ~9
    8     8        CONCAT                                           ~11     !3, '+'
          9        CONCAT                                           ~12     ~11, !1
         10        ECHO                                                     ~12
         11      > JMP                                                      ->13
   11    12    >   ECHO                                                     'vergi+kesintiniz+yok'
   12    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.17 ms | 1393 KiB | 13 Q