3v4l.org

run code in 300+ PHP versions simultaneously
<?php class MyClass{ public function method(){ return 'Правда что ли? :DDD'; } } print MyClass::method();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JPLo2
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_STATIC_METHOD_CALL                                  'MyClass', 'method'
          1        DO_FCALL                                      0  $0      
          2        ECHO                                                     $0
          3      > RETURN                                                   1

Class MyClass:
Function method:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JPLo2
function name:  method
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E > > RETURN                                                   '%D0%9F%D1%80%D0%B0%D0%B2%D0%B4%D0%B0+%D1%87%D1%82%D0%BE+%D0%BB%D0%B8%3F+%3ADDD'
    5     1*     > RETURN                                                   null

End of function method

End of class MyClass.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.98 ms | 1393 KiB | 13 Q