3v4l.org

run code in 500+ PHP versions simultaneously
<?php ini_set("precision", 14); $nr = 8 + (1/10) + (9/90); var_dump($nr, round($nr, 2));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Wr7MD
function name:  (null)
number of ops:  14
compiled vars:  !0 = $nr
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                                   'ini_set'
          1        SEND_VAL                                                     'precision'
          2        SEND_VAL                                                     14
          3        DO_ICALL                                                     
    3     4        ASSIGN                                                       !0, 8.2
    4     5        INIT_FCALL                                                   'var_dump'
          6        SEND_VAR                                                     !0
          7        INIT_FCALL                                                   'round'
          8        SEND_VAR                                                     !0
          9        SEND_VAL                                                     2
         10        DO_ICALL                                             $3      
         11        SEND_VAR                                                     $3
         12        DO_ICALL                                                     
         13      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
182.37 ms | 2766 KiB | 16 Q