3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "685484585478488466"; echo "\n"; $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/Va7VS
function name:  (null)
number of ops:  11
compiled vars:  !0 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '685484585478488466'
    4     1        ECHO                                                     '%0A'
    5     2        INIT_FCALL                                               'number_format'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 '.'
          6        SEND_VAL                                                 ''
          7        DO_ICALL                                         $2      
          8        ASSIGN                                                   !0, $2
    6     9        ECHO                                                     !0
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.1 ms | 1394 KiB | 15 Q