3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo round(0.14, 1), " ", round(0.15, 1), " ", round(0.16, 1), " ", round(0.24, 1), " ", round(0.25, 1), " ", round(0.26, 1); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/d2mob
function name:  (null)
number of ops:  36
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'round'
          1        SEND_VAL                                                 0.14
          2        SEND_VAL                                                 1
          3        DO_ICALL                                         $0      
          4        ECHO                                                     $0
          5        ECHO                                                     '+'
          6        INIT_FCALL                                               'round'
          7        SEND_VAL                                                 0.15
          8        SEND_VAL                                                 1
          9        DO_ICALL                                         $1      
         10        ECHO                                                     $1
         11        ECHO                                                     '+'
         12        INIT_FCALL                                               'round'
         13        SEND_VAL                                                 0.16
         14        SEND_VAL                                                 1
         15        DO_ICALL                                         $2      
         16        ECHO                                                     $2
         17        ECHO                                                     '+'
         18        INIT_FCALL                                               'round'
         19        SEND_VAL                                                 0.24
         20        SEND_VAL                                                 1
         21        DO_ICALL                                         $3      
         22        ECHO                                                     $3
         23        ECHO                                                     '+'
         24        INIT_FCALL                                               'round'
         25        SEND_VAL                                                 0.25
         26        SEND_VAL                                                 1
         27        DO_ICALL                                         $4      
         28        ECHO                                                     $4
         29        ECHO                                                     '+'
         30        INIT_FCALL                                               'round'
         31        SEND_VAL                                                 0.26
         32        SEND_VAL                                                 1
         33        DO_ICALL                                         $5      
         34        ECHO                                                     $5
    3    35      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.08 ms | 1400 KiB | 15 Q