3v4l.org

run code in 300+ PHP versions simultaneously
<?php const SQL = 1; const RESULTS = 2; const COUNT = 4; var_dump(SQL | RESULT);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KrddU
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   DECLARE_CONST                                            'SQL', 1
    4     1        DECLARE_CONST                                            'RESULTS', 2
    5     2        DECLARE_CONST                                            'COUNT', 4
    7     3        INIT_FCALL                                               'var_dump'
          4        FETCH_CONSTANT                                   ~0      'SQL'
          5        FETCH_CONSTANT                                   ~1      'RESULT'
          6        BW_OR                                            ~2      ~0, ~1
          7        SEND_VAL                                                 ~2
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.99 ms | 1394 KiB | 15 Q