3v4l.org

run code in 500+ PHP versions simultaneously
<?php interface HTMLRestrictions {} interface Test { public function mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem(string $cke4_button, HTMLRestrictions $text_format_html_restrictions = NULL): ?string; } class PreExisting implements Test { public function mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem(string $cke4_button): ?string { return NULL; } } class NewlyPossible implements Test { public function mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem(string $cke4_button, HTMLRestrictions $text_format_html_restrictions = NULL): ?string { return NULL; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/trPZF
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    9     0  E >   DECLARE_CLASS                                                'preexisting'
   15     1        DECLARE_CLASS                                                'newlypossible'
   19     2      > RETURN                                                       1

Class HTMLRestrictions: [no user functions]
Class Test:
Function mapckeditor4toolbarbuttontockeditor5toolbaritem:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/trPZF
function name:  mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem
number of ops:  4
compiled vars:  !0 = $cke4_button, !1 = $text_format_html_restrictions
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    6     0  E >   RECV                                                 !0      
          1        RECV_INIT                                            !1      null
          2        VERIFY_RETURN_TYPE                                           
          3      > RETURN                                                       null

End of function mapckeditor4toolbarbuttontockeditor5toolbaritem

End of class Test.

Class PreExisting:
Function mapckeditor4toolbarbuttontockeditor5toolbaritem:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/trPZF
function name:  mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem
number of ops:  4
compiled vars:  !0 = $cke4_button
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   10     0  E >   RECV                                                 !0      
   11     1      > RETURN                                                       null
   12     2*       VERIFY_RETURN_TYPE                                           
          3*     > RETURN                                                       null

End of function mapckeditor4toolbarbuttontockeditor5toolbaritem

End of class PreExisting.

Class NewlyPossible:
Function mapckeditor4toolbarbuttontockeditor5toolbaritem:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/trPZF
function name:  mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem
number of ops:  5
compiled vars:  !0 = $cke4_button, !1 = $text_format_html_restrictions
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   16     0  E >   RECV                                                 !0      
          1        RECV_INIT                                            !1      null
   17     2      > RETURN                                                       null
   18     3*       VERIFY_RETURN_TYPE                                           
          4*     > RETURN                                                       null

End of function mapckeditor4toolbarbuttontockeditor5toolbaritem

End of class NewlyPossible.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
220.51 ms | 1366 KiB | 8 Q