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;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oOuim
function name:  (null)
number of ops:  9
compiled vars:  !0 = $insured_amount
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'ceil'
          1        SEND_VAL                                                 5.37
          2        DO_ICALL                                         $1      
          3        CAST                                          4  ~2      $1
          4        MUL                                              ~3      ~2, 0.8
          5        ADD                                              ~4      839.7, ~3
          6        ASSIGN                                                   !0, ~4
    4     7        ECHO                                                     !0
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.88 ms | 1394 KiB | 15 Q