3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = '685484585478488466';$b = '1'; echo $text = bcadd($a, $b, 0); echo "\n"; echo number_format($text, 0, ".", "");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9uMJr
function name:  (null)
number of ops:  18
compiled vars:  !0 = $a, !1 = $b, !2 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '685484585478488466'
          1        ASSIGN                                                   !1, '1'
    4     2        INIT_FCALL_BY_NAME                                       'bcadd'
          3        SEND_VAR_EX                                              !0
          4        SEND_VAR_EX                                              !1
          5        SEND_VAL_EX                                              0
          6        DO_FCALL                                      0  $5      
          7        ASSIGN                                           ~6      !2, $5
          8        ECHO                                                     ~6
    5     9        ECHO                                                     '%0A'
    6    10        INIT_FCALL                                               'number_format'
         11        SEND_VAR                                                 !2
         12        SEND_VAL                                                 0
         13        SEND_VAL                                                 '.'
         14        SEND_VAL                                                 ''
         15        DO_ICALL                                         $7      
         16        ECHO                                                     $7
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.65 ms | 1394 KiB | 15 Q