3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { const FLAG_1 = 1 << 0; const FLAG_2 = 1 << 1; const FLAG_3 = 1 << 2; const FLAG_4 = 1 << 3; const FLAG_5 = 1 << 4; const FLAG_6 = 1 << 5; const FLAG_7 = 1 << 6; const FLAG_8 = 1 << 7; const FLAG_9 = 1 << 8; } var_dump(Foo::FLAG_9);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ujd9s
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAL                                                 256
          2        DO_ICALL                                                 
          3      > RETURN                                                   1

Class Foo: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.83 ms | 1393 KiB | 15 Q