3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
124.14 ms | 1398 KiB | 17 Q