3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.06 ms | 1400 KiB | 15 Q