3v4l.org

run code in 300+ PHP versions simultaneously
<?php const AUTH_TYPE_TOPCON = 1; const AUTH_TYPE_ENTERPRISE = 2; 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/1ceZ4
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', 1
    3     1        DECLARE_CONST                                            'AUTH_TYPE_ENTERPRISE', 2
    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:
154.46 ms | 1392 KiB | 13 Q