3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.78 ms | 1392 KiB | 13 Q