3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a->b = 7.56704843521; $a->c = 7.56704843521; var_dump($a->b == $a->c);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3Kl1J
function name:  (null)
number of ops:  11
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_OBJ                                               !0, 'b'
          1        OP_DATA                                                  7.56705
    3     2        ASSIGN_OBJ                                               !0, 'c'
          3        OP_DATA                                                  7.56705
    5     4        INIT_FCALL                                               'var_dump'
          5        FETCH_OBJ_R                                      ~3      !0, 'b'
          6        FETCH_OBJ_R                                      ~4      !0, 'c'
          7        IS_EQUAL                                         ~5      ~3, ~4
          8        SEND_VAL                                                 ~5
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.62 ms | 1385 KiB | 15 Q