3v4l.org

run code in 300+ PHP versions simultaneously
<?php $maas=1900; if (maas<=2000){ $a=$maas*0.2; $kalan=$maas-$a; echo "maaşınız: ".$kalan;} else echo "maaşınız: ".$maas; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 11
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: 11
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/U7UNs
function name:  (null)
number of ops:  14
compiled vars:  !0 = $maas, !1 = $a, !2 = $kalan
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1900
    3     1        FETCH_CONSTANT                                   ~4      'maas'
          2        IS_SMALLER_OR_EQUAL                                      ~4, 2000
          3      > JMPZ                                                     ~5, ->11
    4     4    >   MUL                                              ~6      !0, 0.2
          5        ASSIGN                                                   !1, ~6
    5     6        SUB                                              ~8      !0, !1
          7        ASSIGN                                                   !2, ~8
    6     8        CONCAT                                           ~10     'maa%C5%9F%C4%B1n%C4%B1z%3A+', !2
          9        ECHO                                                     ~10
         10      > JMP                                                      ->13
    8    11    >   CONCAT                                           ~11     'maa%C5%9F%C4%B1n%C4%B1z%3A+', !0
         12        ECHO                                                     ~11
   10    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.18 ms | 1393 KiB | 13 Q