3v4l.org

run code in 300+ PHP versions simultaneously
<?php const AUTH_TYPE_TOPCON = 2; const AUTH_TYPE_ENTERPRISE = 4; echo AUTH_TYPE_TOPCON | AUTH_TYPE_ENTERPRISE;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5Evai
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   DECLARE_CONST                                            'AUTH_TYPE_TOPCON', 2
    3     1        DECLARE_CONST                                            'AUTH_TYPE_ENTERPRISE', 4
    5     2        FETCH_CONSTANT                                   ~0      'AUTH_TYPE_TOPCON'
          3        FETCH_CONSTANT                                   ~1      'AUTH_TYPE_ENTERPRISE'
          4        BW_OR                                            ~2      ~0, ~1
          5        ECHO                                                     ~2
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.01 ms | 1383 KiB | 13 Q