3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.01 ms | 1394 KiB | 15 Q