3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.33 ms | 1395 KiB | 21 Q