3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.83 ms | 1394 KiB | 19 Q