3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.82 ms | 1392 KiB | 13 Q