3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a = 50; $b = 50/3; var_dump(number_format(round($b, 2), 2), $b * 3, 'valore originale double' . number_format($b, 53));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6CsaU
function name:  (null)
number of ops:  22
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 50
    4     1        ASSIGN                                                       !1, 16.6667
    5     2        INIT_FCALL                                                   'var_dump'
          3        INIT_FCALL                                                   'number_format'
          4        INIT_FCALL                                                   'round'
          5        SEND_VAR                                                     !1
          6        SEND_VAL                                                     2
          7        DO_ICALL                                             $4      
          8        SEND_VAR                                                     $4
          9        SEND_VAL                                                     2
         10        DO_ICALL                                             $5      
         11        SEND_VAR                                                     $5
         12        MUL                                                  ~6      !1, 3
         13        SEND_VAL                                                     ~6
         14        INIT_FCALL                                                   'number_format'
         15        SEND_VAR                                                     !1
         16        SEND_VAL                                                     53
         17        DO_ICALL                                             $7      
         18        CONCAT                                               ~8      'valore+originale+double', $7
         19        SEND_VAL                                                     ~8
         20        DO_ICALL                                                     
         21      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
166.47 ms | 2131 KiB | 15 Q