3v4l.org

run code in 500+ PHP versions simultaneously
<?php interface EditorInterface { public function getDefaultSettings($extra = NULL) : array; } class EditorInTheWild implements EditorInterface { public function getDefaultSettings(): array { return []; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YoQn6
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    7     0  E >   DECLARE_CLASS                                                'editorinthewild'
   11     1      > RETURN                                                       1

Class EditorInterface:
Function getdefaultsettings:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YoQn6
function name:  getDefaultSettings
number of ops:  3
compiled vars:  !0 = $extra
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   RECV_INIT                                            !0      null
          1        VERIFY_RETURN_TYPE                                           
          2      > RETURN                                                       null

End of function getdefaultsettings

End of class EditorInterface.

Class EditorInTheWild:
Function getdefaultsettings:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YoQn6
function name:  getDefaultSettings
number of ops:  3
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    9     0  E > > RETURN                                                       <array>
   10     1*       VERIFY_RETURN_TYPE                                           
          2*     > RETURN                                                       null

End of function getdefaultsettings

End of class EditorInTheWild.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
174.49 ms | 1318 KiB | 8 Q