3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.97 ms | 1394 KiB | 15 Q