3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.98 ms | 1385 KiB | 17 Q