3v4l.org

run code in 300+ PHP versions simultaneously
<?php class MyClass { public function nonStaticMethodA() { echo 'Non-static method'; } public function nonstaticMethodB() { MyClass::nonStaticMethodA(); } } (new MyClass)->nonstaticMethodB();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/160e6
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   NEW                                              $0      'MyClass'
          1        DO_FCALL                                      0          
          2        INIT_METHOD_CALL                                         $0, 'nonstaticMethodB'
          3        DO_FCALL                                      0          
          4      > RETURN                                                   1

Class MyClass:
Function nonstaticmethoda:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/160e6
function name:  nonStaticMethodA
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ECHO                                                     'Non-static+method'
    6     1      > RETURN                                                   null

End of function nonstaticmethoda

Function nonstaticmethodb:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/160e6
function name:  nonstaticMethodB
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_STATIC_METHOD_CALL                                  'MyClass', 'nonStaticMethodA'
          1        DO_FCALL                                      0          
   10     2      > RETURN                                                   null

End of function nonstaticmethodb

End of class MyClass.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.82 ms | 1001 KiB | 13 Q