3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = 4; echo round(( ( 0.843 * ( 3.3 - ( $value * 3.3 / 4095 ) ) ) / ( 3000 * 3.3 * $value / 4095 ) ) * ( pow( 1.0192 , ($tempCalculated - 25 ) ) ), 1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JLr5Y
function name:  (null)
number of ops:  20
compiled vars:  !0 = $value, !1 = $tempCalculated
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 4
    4     1        INIT_FCALL                                               'round'
    7     2        MUL                                              ~3      !0, 3.3
          3        DIV                                              ~4      ~3, 4095
          4        SUB                                              ~5      3.3, ~4
          5        MUL                                              ~6      ~5, 0.843
   10     6        MUL                                              ~7      !0, 9900
          7        DIV                                              ~8      ~7, 4095
          8        DIV                                              ~9      ~6, ~8
   13     9        INIT_FCALL                                               'pow'
         10        SEND_VAL                                                 1.0192
         11        SUB                                              ~10     !1, 25
         12        SEND_VAL                                                 ~10
         13        DO_ICALL                                         $11     
         14        MUL                                              ~12     $11, ~9
         15        SEND_VAL                                                 ~12
   14    16        SEND_VAL                                                 1
         17        DO_ICALL                                         $13     
         18        ECHO                                                     $13
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.95 ms | 1395 KiB | 17 Q