3v4l.org

run code in 500+ PHP versions simultaneously
<?php const ONE = 1; class foo { const TWO = ONE * 2; } echo foo::TWO; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/e3KFb
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   DECLARE_CONST                                                'ONE', 1
   12     1        FETCH_CLASS_CONSTANT                                 ~0      'foo', 'TWO'
          2        ECHO                                                         ~0
   14     3      > RETURN                                                       1

Class foo: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
149.15 ms | 2237 KiB | 13 Q