3v4l.org

run code in 300+ PHP versions simultaneously
<?php class T { const FlagExec = (1 << 0), FlagWrite = (1 << 1), FlagRead = (1 << 2), FlagAll = (0 | self::FlagExec | self::FlagWrite | self::FlagRead ); } var_dump( T::FlagExec, T::FlagWrite, T::FlagRead, T::FlagAll );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CCISv
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   17     0  E >   INIT_FCALL                                               'var_dump'
   18     1        SEND_VAL                                                 1
   19     2        SEND_VAL                                                 2
   20     3        SEND_VAL                                                 4
   21     4        SEND_VAL                                                 7
          5        DO_ICALL                                                 
   22     6      > RETURN                                                   1

Class T: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.56 ms | 1393 KiB | 15 Q