3v4l.org

run code in 500+ PHP versions simultaneously
<?php $TotalCountyTaxAmount = "$1614.21"; $days = '365'; $TCA = str_replace("$", "", $TotalCountyTaxAmount); //strip dollar sign echo ($days / $TCA) ."\n"; echo ($TCA / $days); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ARlAU
function name:  (null)
number of ops:  11
compiled vars:  !0 = $TotalCountyTaxAmount, !1 = $days, !2 = $TCA
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, '%241614.21'
    3     1        ASSIGN                                                       !1, '365'
    4     2        FRAMELESS_ICALL_3                str_replace         ~5      '%24', ''
          3        OP_DATA                                                      !0
          4        ASSIGN                                                       !2, ~5
    5     5        DIV                                                  ~7      !1, !2
          6        CONCAT                                               ~8      ~7, '%0A'
          7        ECHO                                                         ~8
    6     8        DIV                                                  ~9      !2, !1
          9        ECHO                                                         ~9
    8    10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
161.4 ms | 1454 KiB | 13 Q