3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
197.28 ms | 1394 KiB | 17 Q