3v4l.org

run code in 500+ PHP versions simultaneously
<?php class CRUDController { public function editAction() { } } class CustomController extends CRUDController { public function editAction($id = null) { } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0P8o3
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   15     0  E > > RETURN                                                       1

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

End of function editaction

End of class CRUDController.

Class CustomController:
Function editaction:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0P8o3
function name:  editAction
number of ops:  2
compiled vars:  !0 = $id
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   12     0  E >   RECV_INIT                                            !0      null
   14     1      > RETURN                                                       null

End of function editaction

End of class CustomController.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
161.38 ms | 2527 KiB | 12 Q