3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.07 ms | 1008 KiB | 14 Q