3v4l.org

run code in 300+ PHP versions simultaneously
<?php $insured_amount = 837 + 2.70 + ( intval( ceil((837-300)/100)) * 0.80); echo $insured_amount; $endicia_total = $insured_amount - 837;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uk9jF
function name:  (null)
number of ops:  11
compiled vars:  !0 = $insured_amount, !1 = $endicia_total
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'ceil'
          1        SEND_VAL                                                 5.37
          2        DO_ICALL                                         $2      
          3        CAST                                          4  ~3      $2
          4        MUL                                              ~4      ~3, 0.8
          5        ADD                                              ~5      839.7, ~4
          6        ASSIGN                                                   !0, ~5
    4     7        ECHO                                                     !0
    5     8        SUB                                              ~7      !0, 837
          9        ASSIGN                                                   !1, ~7
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.98 ms | 1394 KiB | 15 Q