3v4l.org

run code in 300+ PHP versions simultaneously
<?php $l1 = $tutionpast = 8570; $l2 = $tutionpaid = 17094.94; $l4 = $tutionbooks = 2400; $l5 = $tutionnew = $tutionpaid + $tutionbooks; $l6 = $tutiontotal = $tutionpast+$tutionnew; $l7 = 19000; $l8 = (8000 + 1500); $l9 = $taxableremind = $l7 - $l8; $l10 = ($l1 < $l9) ? $l1 : $l9; $l11 = $l9 - $l10; $l12 = $tuitionandeducationclaimed = ($l5 < $l11)? $l5 : $l11; $l13 = $novascotiatuitionandeducation = $l10 + $l12; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 19, Position 2 = 21
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
2 jumps found. (Code = 43) Position 1 = 27, Position 2 = 29
Branch analysis from position: 27
1 jumps found. (Code = 42) Position 1 = 30
Branch analysis from position: 30
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 29
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
2 jumps found. (Code = 43) Position 1 = 27, Position 2 = 29
Branch analysis from position: 27
Branch analysis from position: 29
filename:       /in/Qlpo4
function name:  (null)
number of ops:  36
compiled vars:  !0 = $l1, !1 = $tutionpast, !2 = $l2, !3 = $tutionpaid, !4 = $l4, !5 = $tutionbooks, !6 = $l5, !7 = $tutionnew, !8 = $l6, !9 = $tutiontotal, !10 = $l7, !11 = $l8, !12 = $l9, !13 = $taxableremind, !14 = $l10, !15 = $l11, !16 = $l12, !17 = $tuitionandeducationclaimed, !18 = $l13, !19 = $novascotiatuitionandeducation
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                           ~20     !1, 8570
          1        ASSIGN                                                   !0, ~20
    4     2        ASSIGN                                           ~22     !3, 17094.9
          3        ASSIGN                                                   !2, ~22
    5     4        ASSIGN                                           ~24     !5, 2400
          5        ASSIGN                                                   !4, ~24
    6     6        ADD                                              ~26     !3, !5
          7        ASSIGN                                           ~27     !7, ~26
          8        ASSIGN                                                   !6, ~27
    7     9        ADD                                              ~29     !1, !7
         10        ASSIGN                                           ~30     !9, ~29
         11        ASSIGN                                                   !8, ~30
    9    12        ASSIGN                                                   !10, 19000
   10    13        ASSIGN                                                   !11, 9500
   12    14        SUB                                              ~34     !10, !11
         15        ASSIGN                                           ~35     !13, ~34
         16        ASSIGN                                                   !12, ~35
   14    17        IS_SMALLER                                               !0, !12
         18      > JMPZ                                                     ~37, ->21
         19    >   QM_ASSIGN                                        ~38     !0
         20      > JMP                                                      ->22
         21    >   QM_ASSIGN                                        ~38     !12
         22    >   ASSIGN                                                   !14, ~38
   16    23        SUB                                              ~40     !12, !14
         24        ASSIGN                                                   !15, ~40
   18    25        IS_SMALLER                                               !6, !15
         26      > JMPZ                                                     ~42, ->29
         27    >   QM_ASSIGN                                        ~43     !6
         28      > JMP                                                      ->30
         29    >   QM_ASSIGN                                        ~43     !15
         30    >   ASSIGN                                           ~44     !17, ~43
         31        ASSIGN                                                   !16, ~44
   20    32        ADD                                              ~46     !14, !16
         33        ASSIGN                                           ~47     !19, ~46
         34        ASSIGN                                                   !18, ~47
   22    35      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
194.22 ms | 1399 KiB | 13 Q