3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface Test { public function jemoeder($test = 'jemoeder'); } class Jemoeder implements Test { public function jemoeder() { echo 'test'; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7TUZb
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   DECLARE_CLASS                                            'jemoeder'
   15     1      > RETURN                                                   1

Class Test:
Function jemoeder:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7TUZb
function name:  jemoeder
number of ops:  2
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV_INIT                                        !0      'jemoeder'
          1      > RETURN                                                   null

End of function jemoeder

End of class Test.

Class Jemoeder:
Function jemoeder:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7TUZb
function name:  jemoeder
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   ECHO                                                     'test'
   13     1      > RETURN                                                   null

End of function jemoeder

End of class Jemoeder.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.29 ms | 1393 KiB | 13 Q