3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo FOO::class; echo FOO::constantName; echo FOO::$username; // It works as echoing Typo\WTF; It shall fail...
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RbIhK
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     'FOO'
    3     1        FETCH_CLASS_CONSTANT                             ~0      'FOO', 'constantName'
          2        ECHO                                                     ~0
    4     3        FETCH_STATIC_PROP_R          unknown             ~1      'username'
          4        ECHO                                                     ~1
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
192.1 ms | 1392 KiB | 13 Q