3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface IFace { function someMethod($arg1 ); } class Face { function someMethod($arg1, $arg2 = null) { } } class Facebook extends Face implements IFace { } //(new Facebook())->someMethod('a', 'b');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Tehp4
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   DECLARE_CLASS                                            'facebook', 'face'
   19     1      > RETURN                                                   1

Class IFace:
Function somemethod:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Tehp4
function name:  someMethod
number of ops:  2
compiled vars:  !0 = $arg1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
          1      > RETURN                                                   null

End of function somemethod

End of class IFace.

Class Face:
Function somemethod:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Tehp4
function name:  someMethod
number of ops:  3
compiled vars:  !0 = $arg1, !1 = $arg2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      null
   10     2      > RETURN                                                   null

End of function somemethod

End of class Face.

Class Facebook: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.6 ms | 1393 KiB | 13 Q