3v4l.org

run code in 300+ PHP versions simultaneously
<?php const NORTH = 1<<1; const EAST = 1<<2; const SOUTH = 1<<3; const WEST = 1<<4;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IPQY1
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   DECLARE_CONST                                            'NORTH', 2
    4     1        DECLARE_CONST                                            'EAST', 4
    5     2        DECLARE_CONST                                            'SOUTH', 8
    6     3        DECLARE_CONST                                            'WEST', 16
          4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.66 ms | 1392 KiB | 13 Q