3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump( 5.1 + 3.0, 5.1 - 3.0, 5.1 % 3.0, 5.1 * 3.0, 5.1 | 3.0, 5.1 & 3.0, 5.1 ^ 3.0, 5.1 << 3.0, 5.1 >> 3.0, 5.1 / 3.0, ~5.1, );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kWXWH
function name:  (null)
number of ops:  21
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
    4     1        SEND_VAL                                                     8.1
    5     2        SEND_VAL                                                     2.1
    6     3        MOD                                                  ~0      5.1, 3
          4        SEND_VAL                                                     ~0
    7     5        SEND_VAL                                                     15.3
    8     6        BW_OR                                                ~1      5.1, 3
          7        SEND_VAL                                                     ~1
    9     8        BW_AND                                               ~2      5.1, 3
          9        SEND_VAL                                                     ~2
   10    10        BW_XOR                                               ~3      5.1, 3
         11        SEND_VAL                                                     ~3
   11    12        SL                                                   ~4      5.1, 3
         13        SEND_VAL                                                     ~4
   12    14        SR                                                   ~5      5.1, 3
         15        SEND_VAL                                                     ~5
   13    16        SEND_VAL                                                     1.7
   14    17        BW_NOT                                               ~6      5.1
         18        SEND_VAL                                                     ~6
    3    19        DO_ICALL                                                     
   15    20      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
150.19 ms | 1968 KiB | 14 Q