3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo round(9/60, 1) + round(10/60, 1) + round(11/60, 1) + round(12/60, 1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/k8O61
function name:  (null)
number of ops:  21
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'round'
          1        SEND_VAL                                                 0.15
          2        SEND_VAL                                                 1
          3        DO_ICALL                                         $0      
          4        INIT_FCALL                                               'round'
          5        SEND_VAL                                                 0.166667
          6        SEND_VAL                                                 1
          7        DO_ICALL                                         $1      
          8        ADD                                              ~2      $0, $1
          9        INIT_FCALL                                               'round'
         10        SEND_VAL                                                 0.183333
         11        SEND_VAL                                                 1
         12        DO_ICALL                                         $3      
         13        ADD                                              ~4      ~2, $3
         14        INIT_FCALL                                               'round'
         15        SEND_VAL                                                 0.2
         16        SEND_VAL                                                 1
         17        DO_ICALL                                         $5      
         18        ADD                                              ~6      ~4, $5
         19        ECHO                                                     ~6
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.53 ms | 1395 KiB | 15 Q