3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Request {} class SiteRequest extends Request {} class Handler { public function execute(Request $request) {} } class SiteHandler extends Handler { } $siteHandler = new SiteHandler();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gda3b
function name:  (null)
number of ops:  4
compiled vars:  !0 = $siteHandler
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E >   NEW                                              $1      'SiteHandler'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
          3      > RETURN                                                   1

Class Request: [no user functions]
Class SiteRequest: [no user functions]
Class Handler:
Function execute:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gda3b
function name:  execute
number of ops:  2
compiled vars:  !0 = $request
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   RECV                                             !0      
          1      > RETURN                                                   null

End of function execute

End of class Handler.

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

End of function execute

End of class SiteHandler.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.14 ms | 1393 KiB | 13 Q