3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Enter your code here, enjoy! $number1 = (double) 759.18; $number2 = (double) 759.18; if( bccomp($number1, $number2, 2) ) { print "Igual!"; } else { print "Fu!"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MjqtS
function name:  (null)
number of ops:  14
compiled vars:  !0 = $number1, !1 = $number2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   CAST                                          5  ~2      759.18
          1        ASSIGN                                                   !0, ~2
    6     2        CAST                                          5  ~4      759.18
          3        ASSIGN                                                   !1, ~4
    8     4        INIT_FCALL_BY_NAME                                       'bccomp'
          5        SEND_VAR_EX                                              !0
          6        SEND_VAR_EX                                              !1
          7        SEND_VAL_EX                                              2
          8        DO_FCALL                                      0  $6      
          9      > JMPZ                                                     $6, ->12
    9    10    >   ECHO                                                     'Igual%21'
         11      > JMP                                                      ->13
   11    12    >   ECHO                                                     'Fu%21'
   12    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.06 ms | 1393 KiB | 16 Q