3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sellerDiscount=56.595; echo number_format($sellerDiscount, 2, ',', ''); echo number_format(($sellerDiscount / 1.21), 2, ',', ''); echo number_format(($sellerDiscount - ($sellerDiscount / 1.21)), 2, ',', ''); echo number_format($this->result['loan_amount'] - $sellerDiscount, 2, ',', ''); echo number_format((($this->result['loan_amount'] - $sellerDiscount) * 0.702804), 2, ',', '');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/c4QtG
function name:  (null)
number of ops:  49
compiled vars:  !0 = $sellerDiscount
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 56.595
    4     1        INIT_FCALL                                               'number_format'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 2
          4        SEND_VAL                                                 '%2C'
          5        SEND_VAL                                                 ''
          6        DO_ICALL                                         $2      
          7        ECHO                                                     $2
    5     8        INIT_FCALL                                               'number_format'
          9        DIV                                              ~3      !0, 1.21
         10        SEND_VAL                                                 ~3
         11        SEND_VAL                                                 2
         12        SEND_VAL                                                 '%2C'
         13        SEND_VAL                                                 ''
         14        DO_ICALL                                         $4      
         15        ECHO                                                     $4
    6    16        INIT_FCALL                                               'number_format'
         17        DIV                                              ~5      !0, 1.21
         18        SUB                                              ~6      !0, ~5
         19        SEND_VAL                                                 ~6
         20        SEND_VAL                                                 2
         21        SEND_VAL                                                 '%2C'
         22        SEND_VAL                                                 ''
         23        DO_ICALL                                         $7      
         24        ECHO                                                     $7
    7    25        INIT_FCALL                                               'number_format'
         26        FETCH_THIS                                       $8      
         27        FETCH_OBJ_R                                      ~9      $8, 'result'
         28        FETCH_DIM_R                                      ~10     ~9, 'loan_amount'
         29        SUB                                              ~11     ~10, !0
         30        SEND_VAL                                                 ~11
         31        SEND_VAL                                                 2
         32        SEND_VAL                                                 '%2C'
         33        SEND_VAL                                                 ''
         34        DO_ICALL                                         $12     
         35        ECHO                                                     $12
    8    36        INIT_FCALL                                               'number_format'
         37        FETCH_THIS                                       $13     
         38        FETCH_OBJ_R                                      ~14     $13, 'result'
         39        FETCH_DIM_R                                      ~15     ~14, 'loan_amount'
         40        SUB                                              ~16     ~15, !0
         41        MUL                                              ~17     ~16, 0.702804
         42        SEND_VAL                                                 ~17
         43        SEND_VAL                                                 2
         44        SEND_VAL                                                 '%2C'
         45        SEND_VAL                                                 ''
         46        DO_ICALL                                         $18     
         47        ECHO                                                     $18
         48      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.24 ms | 1400 KiB | 15 Q