3v4l.org

run code in 300+ PHP versions simultaneously
<?php $normal = '0.00000240'; $direct = bcdiv($normal, '3', 8); $referral = bcdiv($normal, '4', 8);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OHlBE
function name:  (null)
number of ops:  14
compiled vars:  !0 = $normal, !1 = $direct, !2 = $referral
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '0.00000240'
    4     1        INIT_FCALL_BY_NAME                                       'bcdiv'
          2        SEND_VAR_EX                                              !0
          3        SEND_VAL_EX                                              '3'
          4        SEND_VAL_EX                                              8
          5        DO_FCALL                                      0  $4      
          6        ASSIGN                                                   !1, $4
    5     7        INIT_FCALL_BY_NAME                                       'bcdiv'
          8        SEND_VAR_EX                                              !0
          9        SEND_VAL_EX                                              '4'
         10        SEND_VAL_EX                                              8
         11        DO_FCALL                                      0  $6      
         12        ASSIGN                                                   !2, $6
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.35 ms | 1384 KiB | 13 Q