3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.86 ms | 1385 KiB | 17 Q