3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a = '36'; $b = '-35.99'; echo "\n",bcadd($a,$b,2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qh1jQ
function name:  (null)
number of ops:  10
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, '36'
    3     1        ASSIGN                                                       !1, '-35.99'
    4     2        ECHO                                                         '%0A'
          3        INIT_FCALL_BY_NAME                                           'bcadd'
          4        SEND_VAR_EX                                                  !0
          5        SEND_VAR_EX                                                  !1
          6        SEND_VAL_EX                                                  2
          7        DO_FCALL                                          0  $4      
          8        ECHO                                                         $4
          9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.17 ms | 2573 KiB | 13 Q