3v4l.org

run code in 300+ PHP versions simultaneously
<?php trait FooTrait { public static function foo() { var_dump(self::BAR); } } class Baz { const BAR = 42; use FooTrait; } Baz::foo();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OjVss
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   DECLARE_CLASS                                            'baz'
   13     1        INIT_STATIC_METHOD_CALL                                  'Baz', 'foo'
          2        DO_FCALL                                      0          
          3      > RETURN                                                   1

Class FooTrait:
Function foo:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OjVss
function name:  foo
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'var_dump'
          1        FETCH_CLASS_CONSTANT                             ~0      'BAR'
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
    5     4      > RETURN                                                   null

End of function foo

End of class FooTrait.

Class Baz: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.49 ms | 1394 KiB | 15 Q