3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface Foo { public function doThing1(); } interface Bar { public function doThing2(); } interface Baz extends Foo, Bar { public function doThing3(); } class Qux implements Baz { public function doThing1(){} public function doThing2(){} public function doThing3(){} } $qux = new Qux;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Kr3uH
function name:  (null)
number of ops:  6
compiled vars:  !0 = $qux
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   DECLARE_CLASS                                            'baz'
   18     1        DECLARE_CLASS                                            'qux'
   25     2        NEW                                              $1      'Qux'
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !0, $1
          5      > RETURN                                                   1

Class Foo:
Function dothing1:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Kr3uH
function name:  doThing1
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E > > RETURN                                                   null

End of function dothing1

End of class Foo.

Class Bar:
Function dothing2:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Kr3uH
function name:  doThing2
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E > > RETURN                                                   null

End of function dothing2

End of class Bar.

Class Baz:
Function dothing3:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Kr3uH
function name:  doThing3
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E > > RETURN                                                   null

End of function dothing3

End of class Baz.

Class Qux:
Function dothing1:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Kr3uH
function name:  doThing1
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   20     0  E > > RETURN                                                   null

End of function dothing1

Function dothing2:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Kr3uH
function name:  doThing2
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   21     0  E > > RETURN                                                   null

End of function dothing2

Function dothing3:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Kr3uH
function name:  doThing3
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   22     0  E > > RETURN                                                   null

End of function dothing3

End of class Qux.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.49 ms | 1386 KiB | 13 Q