3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fmt = numfmt_create( 'de_DE', NumberFormatter::DECIMAL ); $data = numfmt_format($fmt, 12088049270326677117.887053);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/usdkE
function name:  (null)
number of ops:  12
compiled vars:  !0 = $fmt, !1 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'numfmt_create'
          1        SEND_VAL_EX                                              'de_DE'
          2        FETCH_CLASS_CONSTANT                             ~2      'NumberFormatter', 'DECIMAL'
          3        SEND_VAL_EX                                              ~2
          4        DO_FCALL                                      0  $3      
          5        ASSIGN                                                   !0, $3
    4     6        INIT_FCALL_BY_NAME                                       'numfmt_format'
          7        SEND_VAR_EX                                              !0
          8        SEND_VAL_EX                                              1.2088e+19
          9        DO_FCALL                                      0  $5      
         10        ASSIGN                                                   !1, $5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.79 ms | 1384 KiB | 19 Q