3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.32 ms | 1394 KiB | 15 Q